Html Css Color HEX #66FFCE Aquamarine

📋 copy color: '#66FFCE'

red 102 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #66FFCE

Tints of Aquamarine #66FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 45.29%

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

R = 18.12%
G = 45.29%
B = 36.59%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#66FFCE (or 0x66FFCE) is known color: Aquamarine. HEX triplet: 66, FF and CE. RGB value is (102,255,206). Sum of RGB (Red+Green+Blue) = 102+255+206=563 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.12% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFCE is #990031. Grayscale: #CBCBCB. Windows color (decimal): -10027058 or 13565798. OLE color: 13565798.

HSL color Cylindrical-coordinate representation of color #66FFCE: hue angle of 160.78º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFCE is Cyan = 0.6, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 102 255 206 -
CMYK 0.6 0 0.19 0
HSL 160.78º 1% 0.7% -
HSV(B) 160.78º 0.6% 1% -
XYZ 52.38 78.8 70.84 -
YUV 203.67 129.31 55.48 -
System Red Green Blue C M Y K H S L
Decimal 102 255 206 0.6 0 0.19 0 160.78 1 0.7
Hex 66 FF CE 3C 0 13 0 A1 64 46
Octal 146 377 316 74 0 23 0 241 144 106
Binary 1100110 11111111 11001110 111100 0 10011 0 10100001 1100100 1000110

Color Harmonies of #66FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FFCE

Black with #66FFCE

Text Example


Text Example

White with #66FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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