Html Css Color HEX #66DBA8 Medium Aquamarine

📋 copy color: '#66DBA8'

red 102 ◦ green 219 ◦ blue 168

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

Shades of Medium Aquamarine #66DBA8

Tints of Medium Aquamarine #66DBA8

RGB

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

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

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

R = 20.86%
G = 44.79%
B = 34.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#66DBA8 (or 0x66DBA8) is known color: Medium Aquamarine. HEX triplet: 66, DB and A8. RGB value is (102,219,168). Sum of RGB (Red+Green+Blue) = 102+219+168=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBA8 is #992457. Grayscale: #B2B2B2. Windows color (decimal): -10036312 or 11066214. OLE color: 11066214.

HSL color Cylindrical-coordinate representation of color #66DBA8: hue angle of 153.85º 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 #66DBA8 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 168 -
CMYK 0.53 0 0.23 0.14
HSL 153.85º 0.62% 0.63% -
HSV(B) 153.85º 0.53% 0.86% -
XYZ 37.88 56.31 45.92 -
YUV 178.2 122.24 73.65 -
System Red Green Blue C M Y K H S L
Decimal 102 219 168 0.53 0 0.23 0.14 153.85 0.62 0.63
Hex 66 DB A8 35 0 17 E 9A 3E 3F
Octal 146 333 250 65 0 27 16 232 76 77
Binary 1100110 11011011 10101000 110101 0 10111 1110 10011010 111110 111111

Color Harmonies of #66DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBA8

Black with #66DBA8

Text Example


Text Example

White with #66DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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