#64C9BB

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

Shades of Downy #64C9BB

Tints of Downy #64C9BB

Color information

#64C9BB (or 0x64C9BB) is unknown color: approx Downy. HEX triplet: 64, C9 and BB. RGB value is (100,201,187). Sum of RGB (Red+Green+Blue) = 100+201+187=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #64C9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C9BB is #9B3644. Grayscale: #A9A9A9. Windows color (decimal): -10171973 or 12306788. OLE color: 12306788.

HSL color Cylindrical-coordinate representation of color #64C9BB: hue angle of 171.68º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C9BB is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB100201187-
CMYK0.5000.070.21
HSL171.68º48.33%59.02%-
HSV(B)171.68º50.25%78.82%-
XYZ35.1148.0754.44-
YUV169.2138.0478.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.49%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=20.49%
G=41.19%
B=38.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002011870.5000.070.21171.6848.3359.02
Hex64C9BB320715ac303b
Octal1443112736207252546073
Binary1100100110010011011101111001001111010110101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,201,187); }

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

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

 a { background-color: rgb(100,201,187); }

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

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

 span { border-color: rgb(100,201,187); }

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