Html Css Color HEX #66DBAA Medium Aquamarine

📋 copy color: '#66DBAA'

red 102 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #66DBAA

Tints of Medium Aquamarine #66DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

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

R = 20.77%
G = 44.6%
B = 34.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#66DBAA (or 0x66DBAA) is known color: Medium Aquamarine. HEX triplet: 66, DB and AA. RGB value is (102,219,170). Sum of RGB (Red+Green+Blue) = 102+219+170=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBAA is #992455. Grayscale: #B2B2B2. Windows color (decimal): -10036310 or 11197286. OLE color: 11197286.

HSL color Cylindrical-coordinate representation of color #66DBAA: hue angle of 154.87º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DBAA is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 170 -
CMYK 0.53 0 0.22 0.14
HSL 154.87º 0.62% 0.63% -
HSV(B) 154.87º 0.53% 0.86% -
XYZ 38.07 56.39 46.91 -
YUV 178.43 123.24 73.48 -
System Red Green Blue C M Y K H S L
Decimal 102 219 170 0.53 0 0.22 0.14 154.87 0.62 0.63
Hex 66 DB AA 35 0 16 E 9B 3E 3F
Octal 146 333 252 65 0 26 16 233 76 77
Binary 1100110 11011011 10101010 110101 0 10110 1110 10011011 111110 111111

Color Harmonies of #66DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBAA

Black with #66DBAA

Text Example


Text Example

White with #66DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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