Html Css Color HEX #66DAB0 Medium Aquamarine

📋 copy color: '#66DAB0'

red 102 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #66DAB0

Tints of Medium Aquamarine #66DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

 BLUE value IS 176 (69.14% from 255) = 35.48%

R = 20.56%
G = 43.95%
B = 35.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#66DAB0 (or 0x66DAB0) is known color: Medium Aquamarine. HEX triplet: 66, DA and B0. RGB value is (102,218,176). Sum of RGB (Red+Green+Blue) = 102+218+176=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DAB0 is #99254F. Grayscale: #B2B2B2. Windows color (decimal): -10036560 or 11590246. OLE color: 11590246.

HSL color Cylindrical-coordinate representation of color #66DAB0: hue angle of 158.28º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DAB0 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 218 176 -
CMYK 0.53 0 0.19 0.15
HSL 158.28º 0.61% 0.63% -
HSV(B) 158.28º 0.53% 0.85% -
XYZ 38.39 56.1 49.88 -
YUV 178.53 126.57 73.42 -
System Red Green Blue C M Y K H S L
Decimal 102 218 176 0.53 0 0.19 0.15 158.28 0.61 0.63
Hex 66 DA B0 35 0 13 F 9E 3D 3F
Octal 146 332 260 65 0 23 17 236 75 77
Binary 1100110 11011010 10110000 110101 0 10011 1111 10011110 111101 111111

Color Harmonies of #66DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DAB0

Black with #66DAB0

Text Example


Text Example

White with #66DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,218,176); }

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

background-color css

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

 a { background-color: rgb(102,218,176); }

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

border-color css

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

 span { border-color: rgb(102,218,176); }

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