#65C2B9

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

Shades of Downy #65C2B9

Tints of Downy #65C2B9

Color information

#65C2B9 (or 0x65C2B9) is unknown color: approx Downy. HEX triplet: 65, C2 and B9. RGB value is (101,194,185). Sum of RGB (Red+Green+Blue) = 101+194+185=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #65C2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C2B9 is #9A3D46. Grayscale: #A5A5A5. Windows color (decimal): -10108231 or 12173925. OLE color: 12173925.

HSL color Cylindrical-coordinate representation of color #65C2B9: hue angle of 174.19º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C2B9 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB101194185-
CMYK0.4800.050.24
HSL174.19º43.26%57.84%-
HSV(B)174.19º47.94%76.08%-
XYZ33.4244.8552.8-
YUV165.17139.1982.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.04%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=21.04%
G=40.42%
B=38.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011941850.4800.050.24174.1943.2657.84
Hex65C2B9300518ae2b3a
Octal1453022716005302565372
Binary1100101110000101011100111000001011100010101110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,194,185); }

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

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

 a { background-color: rgb(101,194,185); }

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

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

 span { border-color: rgb(101,194,185); }

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