#65CACB

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

Shades of Downy #65CACB

Tints of Downy #65CACB

Color information

#65CACB (or 0x65CACB) is unknown color: approx Downy. HEX triplet: 65, CA and CB. RGB value is (101,202,203). Sum of RGB (Red+Green+Blue) = 101+202+203=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #65CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CACB is #9A3534. Grayscale: #ABABAB. Windows color (decimal): -10106165 or 13355621. OLE color: 13355621.

HSL color Cylindrical-coordinate representation of color #65CACB: hue angle of 180.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CACB is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101202203-
CMYK0.500.0000.20
HSL180.59º49.51%59.61%-
HSV(B)180.59º50.25%79.61%-
XYZ37.2749.3264.06-
YUV171.92145.5477.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.96%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=19.96%
G=39.92%
B=40.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012022030.500.0000.20180.5949.5159.61
Hex65CACB320014b5323c
Octal1453123136200242656274
Binary11001011100101011001011110010001010010110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CACB; }

 p { color: rgb(101,202,203); }

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

<style>
 a { background-color: #65CACB; }

 a { background-color: rgb(101,202,203); }

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

<style>
 span { border-color: #65CACB; }

 span { border-color: rgb(101,202,203); }

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