Html Css Color HEX #66DBB5 Medium Aquamarine

📋 copy color: '#66DBB5'

red 102 ◦ green 219 ◦ blue 181

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

Shades of Medium Aquamarine #66DBB5

Tints of Medium Aquamarine #66DBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 20.32%
G = 43.63%
B = 36.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#66DBB5 (or 0x66DBB5) is known color: Medium Aquamarine. HEX triplet: 66, DB and B5. RGB value is (102,219,181). Sum of RGB (Red+Green+Blue) = 102+219+181=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBB5 is #99244A. Grayscale: #B3B3B3. Windows color (decimal): -10036299 or 11918182. OLE color: 11918182.

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

Color convert

RGB 102 219 181 -
CMYK 0.53 0 0.17 0.14
HSL 160.51º 0.62% 0.63% -
HSV(B) 160.51º 0.53% 0.86% -
XYZ 39.15 56.82 52.62 -
YUV 179.69 128.74 72.59 -
System Red Green Blue C M Y K H S L
Decimal 102 219 181 0.53 0 0.17 0.14 160.51 0.62 0.63
Hex 66 DB B5 35 0 11 E A1 3E 3F
Octal 146 333 265 65 0 21 16 241 76 77
Binary 1100110 11011011 10110101 110101 0 10001 1110 10100001 111110 111111

Color Harmonies of #66DBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBB5

Black with #66DBB5

Text Example


Text Example

White with #66DBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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