Html Css Color HEX #66EDAB Medium Aquamarine

📋 copy color: '#66EDAB'

red 102 ◦ green 237 ◦ blue 171

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

Shades of Medium Aquamarine #66EDAB

Tints of Medium Aquamarine #66EDAB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.47%

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 20%
G = 46.47%
B = 33.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#66EDAB (or 0x66EDAB) is known color: Medium Aquamarine. HEX triplet: 66, ED and AB. RGB value is (102,237,171). Sum of RGB (Red+Green+Blue) = 102+237+171=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EDAB is #991254. Grayscale: #BDBDBD. Windows color (decimal): -10031701 or 11267430. OLE color: 11267430.

HSL color Cylindrical-coordinate representation of color #66EDAB: hue angle of 150.67º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EDAB is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 237 171 -
CMYK 0.57 0 0.28 0.07
HSL 150.67º 0.79% 0.66% -
HSV(B) 150.67º 0.57% 0.93% -
XYZ 43.11 66.33 49.06 -
YUV 189.11 117.77 65.87 -
System Red Green Blue C M Y K H S L
Decimal 102 237 171 0.57 0 0.28 0.07 150.67 0.79 0.66
Hex 66 ED AB 39 0 1C 7 97 4F 42
Octal 146 355 253 71 0 34 7 227 117 102
Binary 1100110 11101101 10101011 111001 0 11100 111 10010111 1001111 1000010

Color Harmonies of #66EDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EDAB

Black with #66EDAB

Text Example


Text Example

White with #66EDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,237,171); }

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

background-color css

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

 a { background-color: rgb(102,237,171); }

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

border-color css

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

 span { border-color: rgb(102,237,171); }

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