Html Css Color HEX #66FCCC Aquamarine

📋 copy color: '#66FCCC'

red 102 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #66FCCC

Tints of Aquamarine #66FCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.16%

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 18.28%
G = 45.16%
B = 36.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#66FCCC (or 0x66FCCC) is known color: Aquamarine. HEX triplet: 66, FC and CC. RGB value is (102,252,204). Sum of RGB (Red+Green+Blue) = 102+252+204=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCCC is #990333. Grayscale: #C9C9C9. Windows color (decimal): -10027828 or 13433958. OLE color: 13433958.

HSL color Cylindrical-coordinate representation of color #66FCCC: hue angle of 160.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCCC is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 252 204 -
CMYK 0.60 0 0.19 0.01
HSL 160.8º 0.96% 0.69% -
HSV(B) 160.8º 0.6% 0.99% -
XYZ 51.19 76.81 69.25 -
YUV 201.68 129.31 56.9 -
System Red Green Blue C M Y K H S L
Decimal 102 252 204 0.60 0 0.19 0.01 160.8 0.96 0.69
Hex 66 FC CC 3C 0 13 1 A1 60 45
Octal 146 374 314 74 0 23 1 241 140 105
Binary 1100110 11111100 11001100 111100 0 10011 1 10100001 1100000 1000101

Color Harmonies of #66FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCCC

Black with #66FCCC

Text Example


Text Example

White with #66FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,252,204); }

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

background-color css

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

 a { background-color: rgb(102,252,204); }

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

border-color css

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

 span { border-color: rgb(102,252,204); }

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