#65CAB8

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

Shades of Downy #65CAB8

Tints of Downy #65CAB8

Color information

#65CAB8 (or 0x65CAB8) is unknown color: approx Downy. HEX triplet: 65, CA and B8. RGB value is (101,202,184). Sum of RGB (Red+Green+Blue) = 101+202+184=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #65CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CAB8 is #9A3547. Grayscale: #A9A9A9. Windows color (decimal): -10106184 or 12110437. OLE color: 12110437.

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

Color convert

RGB101202184-
CMYK0.5000.090.21
HSL169.31º48.79%59.41%-
HSV(B)169.31º50%79.22%-
XYZ35.1448.4752.85-
YUV169.75136.0478.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.74%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 184 (72.27% from 255) = 37.78%
R=20.74%
G=41.48%
B=37.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012021840.5000.090.21169.3148.7959.41
Hex65CAB8320915a9313b
Octal14531227062011252516173
Binary11001011100101010111000110010010011010110101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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