Html Css Color HEX #66FACE Aquamarine

📋 copy color: '#66FACE'

red 102 ◦ green 250 ◦ blue 206

#66FACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #66FACE

Tints of Aquamarine #66FACE

RGB

 RED value IS 102 (40.23% from 255) = 18.28%

 GREEN value IS 250 (98.05% from 255) = 44.8%

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 18.28%
G = 44.8%
B = 36.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#66FACE (or 0x66FACE) is known color: Aquamarine. HEX triplet: 66, FA and CE. RGB value is (102,250,206). Sum of RGB (Red+Green+Blue) = 102+250+206=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #66FACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FACE is #990531. Grayscale: #C8C8C8. Windows color (decimal): -10028338 or 13564518. OLE color: 13564518.

HSL color Cylindrical-coordinate representation of color #66FACE: hue angle of 162.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66FACE is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 250 206 -
CMYK 0.59 0 0.18 0.02
HSL 162.16º 0.94% 0.69% -
HSV(B) 162.16º 0.59% 0.98% -
XYZ 50.81 75.65 70.32 -
YUV 200.73 130.97 57.58 -
System Red Green Blue C M Y K H S L
Decimal 102 250 206 0.59 0 0.18 0.02 162.16 0.94 0.69
Hex 66 FA CE 3B 0 12 2 A2 5E 45
Octal 146 372 316 73 0 22 2 242 136 105
Binary 1100110 11111010 11001110 111011 0 10010 10 10100010 1011110 1000101

Color Harmonies of #66FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FACE

Black with #66FACE

Text Example


Text Example

White with #66FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66FACE; }

 p { color: rgb(102,250,206); }

 H1.HeaderClassName
 {
   color: #66FACE;
 }
 .AnyTagClassName
 {
   color: #66FACE;
 }
</style>

background-color css

<style>
 a { background-color: #66FACE; }

 a { background-color: rgb(102,250,206); }

 div.DivClassName
 {
   background-color: #66FACE;
 }
 .BgClassName
 {
   background-color: #66FACE;
 }
</style>

border-color css

<style>
 span { border-color: #66FACE; }

 span { border-color: rgb(102,250,206); }

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