Html Css Color HEX #66FFCA Aquamarine

📋 copy color: '#66FFCA'

red 102 ◦ green 255 ◦ blue 202

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

Shades of Aquamarine #66FFCA

Tints of Aquamarine #66FFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 18.25%
G = 45.62%
B = 36.14%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#66FFCA (or 0x66FFCA) is known color: Aquamarine. HEX triplet: 66, FF and CA. RGB value is (102,255,202). Sum of RGB (Red+Green+Blue) = 102+255+202=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFCA is #990035. Grayscale: #CBCBCB. Windows color (decimal): -10027062 or 13303654. OLE color: 13303654.

HSL color Cylindrical-coordinate representation of color #66FFCA: hue angle of 159.22º 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 #66FFCA is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 102 255 202 -
CMYK 0.6 0 0.21 0
HSL 159.22º 1% 0.7% -
HSV(B) 159.22º 0.6% 1% -
XYZ 51.9 78.61 68.31 -
YUV 203.21 127.31 55.81 -
System Red Green Blue C M Y K H S L
Decimal 102 255 202 0.6 0 0.21 0 159.22 1 0.7
Hex 66 FF CA 3C 0 15 0 9F 64 46
Octal 146 377 312 74 0 25 0 237 144 106
Binary 1100110 11111111 11001010 111100 0 10101 0 10011111 1100100 1000110

Color Harmonies of #66FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FFCA

Black with #66FFCA

Text Example


Text Example

White with #66FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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