#64CDC2

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

Shades of Downy #64CDC2

Tints of Downy #64CDC2

Color information

#64CDC2 (or 0x64CDC2) is unknown color: approx Downy. HEX triplet: 64, CD and C2. RGB value is (100,205,194). Sum of RGB (Red+Green+Blue) = 100+205+194=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #64CDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CDC2 is #9B323D. Grayscale: #ACACAC. Windows color (decimal): -10170942 or 12766564. OLE color: 12766564.

HSL color Cylindrical-coordinate representation of color #64CDC2: hue angle of 173.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CDC2 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB100205194-
CMYK0.5100.050.20
HSL173.71º51.22%59.8%-
HSV(B)173.71º51.22%80.39%-
XYZ36.8250.2758.8-
YUV172.35140.2176.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.04%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 194 (76.17% from 255) = 38.88%
R=20.04%
G=41.08%
B=38.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002051940.5100.050.20173.7151.2259.8
Hex64CDC2330514ae333c
Octal1443153026305242566374
Binary1100100110011011100001011001101011010010101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64CDC2; }

 p { color: rgb(100,205,194); }

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

<style>
 a { background-color: #64CDC2; }

 a { background-color: rgb(100,205,194); }

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

<style>
 span { border-color: #64CDC2; }

 span { border-color: rgb(100,205,194); }

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