Html Css Color HEX #66DAB7 Downy

📋 copy color: '#66DAB7'

red 102 ◦ green 218 ◦ blue 183

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

Shades of Downy #66DAB7

Tints of Downy #66DAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 20.28%
G = 43.34%
B = 36.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#66DAB7 (or 0x66DAB7) is known color: Downy. HEX triplet: 66, DA and B7. RGB value is (102,218,183). Sum of RGB (Red+Green+Blue) = 102+218+183=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DAB7 is #992548. Grayscale: #B3B3B3. Windows color (decimal): -10036553 or 12048998. OLE color: 12048998.

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

Color convert

RGB 102 218 183 -
CMYK 0.53 0 0.16 0.15
HSL 161.9º 0.61% 0.63% -
HSV(B) 161.9º 0.53% 0.85% -
XYZ 39.1 56.39 53.62 -
YUV 179.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 102 218 183 0.53 0 0.16 0.15 161.9 0.61 0.63
Hex 66 DA B7 35 0 10 F A2 3D 3F
Octal 146 332 267 65 0 20 17 242 75 77
Binary 1100110 11011010 10110111 110101 0 10000 1111 10100010 111101 111111

Color Harmonies of #66DAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DAB7

Black with #66DAB7

Text Example


Text Example

White with #66DAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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