#66DFCA

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

Shades of Downy #66DFCA

Tints of Downy #66DFCA

Color information

#66DFCA (or 0x66DFCA) is unknown color: approx Downy. HEX triplet: 66, DF and CA. RGB value is (102,223,202). Sum of RGB (Red+Green+Blue) = 102+223+202=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFCA is #992035. Grayscale: #B8B8B8. Windows color (decimal): -10035254 or 13295462. OLE color: 13295462.

HSL color Cylindrical-coordinate representation of color #66DFCA: hue angle of 169.59º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DFCA is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB102223202-
CMYK0.5400.090.13
HSL169.59º65.41%63.73%-
HSV(B)169.59º54.26%87.45%-
XYZ42.5359.8665.19-
YUV184.43137.9169.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.35%
GREEN value IS 223 (87.5% from 255) = 42.31%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=19.35%
G=42.31%
B=38.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022232020.5400.090.13169.5965.4163.73
Hex66DFCA3609Daa4140
Octal1463373126601115252101100
Binary110011011011111110010101101100100111011010101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,223,202); }

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

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

 a { background-color: rgb(102,223,202); }

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

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

 span { border-color: rgb(102,223,202); }

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