#64CCC2

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

Shades of Downy #64CCC2

Tints of Downy #64CCC2

Color information

#64CCC2 (or 0x64CCC2) is unknown color: approx Downy. HEX triplet: 64, CC and C2. RGB value is (100,204,194). Sum of RGB (Red+Green+Blue) = 100+204+194=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCC2 is #9B333D. Grayscale: #ABABAB. Windows color (decimal): -10171198 or 12766308. OLE color: 12766308.

HSL color Cylindrical-coordinate representation of color #64CCC2: hue angle of 174.23º degrees, saturation: 0.5, 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 #64CCC2 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB100204194-
CMYK0.5100.050.2
HSL174.23º50.49%59.61%-
HSV(B)174.23º50.98%80%-
XYZ36.5949.7958.72-
YUV171.76140.5476.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.08%
GREEN value IS 204 (80.08% from 255) = 40.96%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=20.08%
G=40.96%
B=38.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1002041940.5100.050.2174.2350.4959.61
Hex64CCC2330514ae323c
Octal1443143026305242566274
Binary1100100110011001100001011001101011010010101110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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