#65CABA

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

Shades of Downy #65CABA

Tints of Downy #65CABA

Color information

#65CABA (or 0x65CABA) is unknown color: approx Downy. HEX triplet: 65, CA and BA. RGB value is (101,202,186). Sum of RGB (Red+Green+Blue) = 101+202+186=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #65CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CABA is #9A3545. Grayscale: #A9A9A9. Windows color (decimal): -10106182 or 12241509. OLE color: 12241509.

HSL color Cylindrical-coordinate representation of color #65CABA: hue angle of 170.5º degrees, saturation: 0.49, 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 #65CABA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB101202186-
CMYK0.5000.080.21
HSL170.5º48.79%59.41%-
HSV(B)170.5º50%79.22%-
XYZ35.3548.5553.96-
YUV169.98137.0478.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.65%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=20.65%
G=41.31%
B=38.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012021860.5000.080.21170.548.7959.41
Hex65CABA320815aa313b
Octal14531227262010252526173
Binary11001011100101010111010110010010001010110101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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