#64CBBE

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

Shades of Downy #64CBBE

Tints of Downy #64CBBE

Color information

#64CBBE (or 0x64CBBE) is unknown color: approx Downy. HEX triplet: 64, CB and BE. RGB value is (100,203,190). Sum of RGB (Red+Green+Blue) = 100+203+190=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #64CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CBBE is #9B3441. Grayscale: #AAAAAA. Windows color (decimal): -10171458 or 12503908. OLE color: 12503908.

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

Color convert

RGB100203190-
CMYK0.5100.060.20
HSL172.43º49.76%59.41%-
HSV(B)172.43º50.74%79.61%-
XYZ35.9149.1456.31-
YUV170.72138.8877.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.28%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=20.28%
G=41.18%
B=38.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002031900.5100.060.20172.4349.7659.41
Hex64CBBE330614ac323b
Octal1443132766306242546273
Binary1100100110010111011111011001101101010010101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,203,190); }

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

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

 a { background-color: rgb(100,203,190); }

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

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

 span { border-color: rgb(100,203,190); }

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