#66D8B7

Color #66D8B7 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #66D8B7

Tints of Downy #66D8B7

Color information

#66D8B7 (or 0x66D8B7) is unknown color: approx Downy. HEX triplet: 66, D8 and B7. RGB value is (102,216,183). Sum of RGB (Red+Green+Blue) = 102+216+183=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8B7 is #992748. Grayscale: #B2B2B2. Windows color (decimal): -10037065 or 12048486. OLE color: 12048486.

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

Color convert

RGB102216183-
CMYK0.5300.150.15
HSL162.63º59.38%62.35%-
HSV(B)162.63º52.78%84.71%-
XYZ38.5855.3653.45-
YUV178.15130.7373.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.36%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=20.36%
G=43.11%
B=36.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022161830.5300.150.15162.6359.3862.35
Hex66D8B7350FFa33b3e
Octal14633026765017172437376
Binary1100110110110001011011111010101111111110100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66D8B7;
 }
 .AnyTagClassName
 {
   color: #66D8B7;
 }
</style>
background-color css

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

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

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

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

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

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