#65DDBE

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

Shades of Downy #65DDBE

Tints of Downy #65DDBE

Color information

#65DDBE (or 0x65DDBE) is unknown color: approx Downy. HEX triplet: 65, DD and BE. RGB value is (101,221,190). Sum of RGB (Red+Green+Blue) = 101+221+190=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDBE is #9A2241. Grayscale: #B5B5B5. Windows color (decimal): -10101314 or 12508517. OLE color: 12508517.

HSL color Cylindrical-coordinate representation of color #65DDBE: hue angle of 164.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDBE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB101221190-
CMYK0.5400.140.13
HSL164.5º63.83%63.14%-
HSV(B)164.5º54.3%86.67%-
XYZ40.5258.257.81-
YUV181.59132.7470.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=19.73%
G=43.16%
B=37.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012211900.5400.140.13164.563.8363.14
Hex65DDBE360EDa4403f
Octal145335276660161524410077
Binary11001011101110110111110110110011101101101001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,221,190); }

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

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

 a { background-color: rgb(101,221,190); }

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

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

 span { border-color: rgb(101,221,190); }

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