#66D3CF

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

Shades of Downy #66D3CF

Tints of Downy #66D3CF

Color information

#66D3CF (or 0x66D3CF) is unknown color: approx Downy. HEX triplet: 66, D3 and CF. RGB value is (102,211,207). Sum of RGB (Red+Green+Blue) = 102+211+207=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #66D3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D3CF is #992C30. Grayscale: #B1B1B1. Windows color (decimal): -10038321 or 13620070. OLE color: 13620070.

HSL color Cylindrical-coordinate representation of color #66D3CF: hue angle of 177.8º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D3CF is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB102211207-
CMYK0.5200.020.17
HSL177.8º55.33%61.37%-
HSV(B)177.8º51.66%82.75%-
XYZ40.0453.9267.33-
YUV177.95144.3973.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.62%
GREEN value IS 211 (82.81% from 255) = 40.58%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=19.62%
G=40.58%
B=39.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1022112070.5200.020.17177.855.3361.37
Hex66D3CF340211b2373d
Octal1463233176402212626775
Binary110011011010011110011111101000101000110110010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,211,207); }

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

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

 a { background-color: rgb(102,211,207); }

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

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

 span { border-color: rgb(102,211,207); }

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