Html Css Color HEX #66CEAB Medium Aquamarine

📋 copy color: '#66CEAB'

red 102 ◦ green 206 ◦ blue 171

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

Shades of Medium Aquamarine #66CEAB

Tints of Medium Aquamarine #66CEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

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

R = 21.29%
G = 43.01%
B = 35.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#66CEAB (or 0x66CEAB) is known color: Medium Aquamarine. HEX triplet: 66, CE and AB. RGB value is (102,206,171). Sum of RGB (Red+Green+Blue) = 102+206+171=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CEAB is #993154. Grayscale: #AAAAAA. Windows color (decimal): -10039637 or 11259494. OLE color: 11259494.

HSL color Cylindrical-coordinate representation of color #66CEAB: hue angle of 159.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEAB is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 171 -
CMYK 0.50 0 0.17 0.19
HSL 159.81º 0.51% 0.6% -
HSV(B) 159.81º 0.5% 0.81% -
XYZ 34.9 49.91 46.32 -
YUV 170.91 128.04 78.85 -
System Red Green Blue C M Y K H S L
Decimal 102 206 171 0.50 0 0.17 0.19 159.81 0.51 0.6
Hex 66 CE AB 32 0 11 13 A0 33 3C
Octal 146 316 253 62 0 21 23 240 63 74
Binary 1100110 11001110 10101011 110010 0 10001 10011 10100000 110011 111100

Color Harmonies of #66CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEAB

Black with #66CEAB

Text Example


Text Example

White with #66CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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