Html Css Color HEX #66EBA8 Medium Aquamarine

📋 copy color: '#66EBA8'

red 102 ◦ green 235 ◦ blue 168

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

Shades of Medium Aquamarine #66EBA8

Tints of Medium Aquamarine #66EBA8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.53%

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

R = 20.2%
G = 46.53%
B = 33.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#66EBA8 (or 0x66EBA8) is known color: Medium Aquamarine. HEX triplet: 66, EB and A8. RGB value is (102,235,168). Sum of RGB (Red+Green+Blue) = 102+235+168=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EBA8 is #991457. Grayscale: #BBBBBB. Windows color (decimal): -10032216 or 11070310. OLE color: 11070310.

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

Color convert

RGB 102 235 168 -
CMYK 0.57 0 0.29 0.08
HSL 149.77º 0.77% 0.66% -
HSV(B) 149.77º 0.57% 0.92% -
XYZ 42.26 65.07 47.38 -
YUV 187.6 116.94 66.95 -
System Red Green Blue C M Y K H S L
Decimal 102 235 168 0.57 0 0.29 0.08 149.77 0.77 0.66
Hex 66 EB A8 39 0 1D 8 96 4D 42
Octal 146 353 250 71 0 35 10 226 115 102
Binary 1100110 11101011 10101000 111001 0 11101 1000 10010110 1001101 1000010

Color Harmonies of #66EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EBA8

Black with #66EBA8

Text Example


Text Example

White with #66EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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