#65F6B1

Color #65F6B1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #65F6B1

Tints of Medium Aquamarine #65F6B1

Color information

#65F6B1 (or 0x65F6B1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F6 and B1. RGB value is (101,246,177). Sum of RGB (Red+Green+Blue) = 101+246+177=524 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.27% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #65F6B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F6B1 is #9A094E. Grayscale: #C2C2C2. Windows color (decimal): -10094927 or 11662949. OLE color: 11662949.

HSL color Cylindrical-coordinate representation of color #65F6B1: hue angle of 151.45º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F6B1 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB101246177-
CMYK0.5900.280.04
HSL151.45º88.96%68.04%-
HSV(B)151.45º58.94%96.47%-
XYZ46.2671.8553.03-
YUV194.78117.9661.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 19.27%
GREEN value IS 246 (96.48% from 255) = 46.95%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=19.27%
G=46.95%
B=33.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012461770.5900.280.04151.4588.9668.04
Hex65F6B13B01C4975944
Octal145366261730344227131104
Binary110010111110110101100011110110111001001001011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65F6B1; }

 p { color: rgb(101,246,177); }

 H1.HeaderClassName
 {
   color: #65F6B1;
 }
 .AnyTagClassName
 {
   color: #65F6B1;
 }
</style>
background-color css

<style>
 a { background-color: #65F6B1; }

 a { background-color: rgb(101,246,177); }

 div.DivClassName
 {
   background-color: #65F6B1;
 }
 .BgClassName
 {
   background-color: #65F6B1;
 }
</style>
border-color css

<style>
 span { border-color: #65F6B1; }

 span { border-color: rgb(101,246,177); }

 td.TdClassName
 {
   border-color: #65F6B1;
 }
 .TagClassName
 {
   border-color: #65F6B1;
 }
</style>