Html Css Color HEX #66EAA8 Medium Aquamarine

📋 copy color: '#66EAA8'

red 102 ◦ green 234 ◦ blue 168

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

Shades of Medium Aquamarine #66EAA8

Tints of Medium Aquamarine #66EAA8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

 BLUE value IS 168 (66.02% from 255) = 33.33%

R = 20.24%
G = 46.43%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#66EAA8 (or 0x66EAA8) is known color: Medium Aquamarine. HEX triplet: 66, EA and A8. RGB value is (102,234,168). Sum of RGB (Red+Green+Blue) = 102+234+168=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #66EAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EAA8 is #991557. Grayscale: #BBBBBB. Windows color (decimal): -10032472 or 11070054. OLE color: 11070054.

HSL color Cylindrical-coordinate representation of color #66EAA8: hue angle of 150º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EAA8 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 234 168 -
CMYK 0.56 0 0.28 0.08
HSL 150º 0.76% 0.66% -
HSV(B) 150º 0.56% 0.92% -
XYZ 41.97 64.5 47.28 -
YUV 187.01 117.27 67.37 -
System Red Green Blue C M Y K H S L
Decimal 102 234 168 0.56 0 0.28 0.08 150 0.76 0.66
Hex 66 EA A8 38 0 1C 8 96 4C 42
Octal 146 352 250 70 0 34 10 226 114 102
Binary 1100110 11101010 10101000 111000 0 11100 1000 10010110 1001100 1000010

Color Harmonies of #66EAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EAA8

Black with #66EAA8

Text Example


Text Example

White with #66EAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,234,168); }

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

background-color css

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

 a { background-color: rgb(102,234,168); }

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

border-color css

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

 span { border-color: rgb(102,234,168); }

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