#66D5BF

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

Shades of Downy #66D5BF

Tints of Downy #66D5BF

Color information

#66D5BF (or 0x66D5BF) is unknown color: approx Downy. HEX triplet: 66, D5 and BF. RGB value is (102,213,191). Sum of RGB (Red+Green+Blue) = 102+213+191=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D5BF is #992A40. Grayscale: #B1B1B1. Windows color (decimal): -10037825 or 12572006. OLE color: 12572006.

HSL color Cylindrical-coordinate representation of color #66D5BF: hue angle of 168.11º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D5BF is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB102213191-
CMYK0.5200.100.16
HSL168.11º56.92%61.76%-
HSV(B)168.11º52.11%83.53%-
XYZ38.6854.1757.71-
YUV177.3135.7374.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.16%
GREEN value IS 213 (83.59% from 255) = 42.09%
BLUE value IS 191 (75% from 255) = 37.75%
R=20.16%
G=42.09%
B=37.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022131910.5200.100.16168.1156.9261.76
Hex66D5BF340A10a8393e
Octal14632527764012202507176
Binary11001101101010110111111110100010101000010101000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,213,191); }

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

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

 a { background-color: rgb(102,213,191); }

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

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

 span { border-color: rgb(102,213,191); }

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