Html Css Color HEX #66FCAA Medium Aquamarine

📋 copy color: '#66FCAA'

red 102 ◦ green 252 ◦ blue 170

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

Shades of Medium Aquamarine #66FCAA

Tints of Medium Aquamarine #66FCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.44%

R = 19.47%
G = 48.09%
B = 32.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#66FCAA (or 0x66FCAA) is known color: Medium Aquamarine. HEX triplet: 66, FC and AA. RGB value is (102,252,170). Sum of RGB (Red+Green+Blue) = 102+252+170=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FCAA is #990355. Grayscale: #C5C5C5. Windows color (decimal): -10027862 or 11205734. OLE color: 11205734.

HSL color Cylindrical-coordinate representation of color #66FCAA: hue angle of 147.2º 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 #66FCAA is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 252 170 -
CMYK 0.60 0 0.33 0.01
HSL 147.2º 0.96% 0.69% -
HSV(B) 147.2º 0.6% 0.99% -
XYZ 47.55 75.35 50.07 -
YUV 197.8 112.31 59.67 -
System Red Green Blue C M Y K H S L
Decimal 102 252 170 0.60 0 0.33 0.01 147.2 0.96 0.69
Hex 66 FC AA 3C 0 21 1 93 60 45
Octal 146 374 252 74 0 41 1 223 140 105
Binary 1100110 11111100 10101010 111100 0 100001 1 10010011 1100000 1000101

Color Harmonies of #66FCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCAA

Black with #66FCAA

Text Example


Text Example

White with #66FCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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