#65DCB7

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

Shades of Downy #65DCB7

Tints of Downy #65DCB7

Color information

#65DCB7 (or 0x65DCB7) is unknown color: approx Downy. HEX triplet: 65, DC and B7. RGB value is (101,220,183). Sum of RGB (Red+Green+Blue) = 101+220+183=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCB7 is #9A2348. Grayscale: #B4B4B4. Windows color (decimal): -10101577 or 12049509. OLE color: 12049509.

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

Color convert

RGB101220183-
CMYK0.5400.170.14
HSL161.34º62.96%62.94%-
HSV(B)161.34º54.09%86.27%-
XYZ39.5157.3753.79-
YUV180.2129.5871.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.04%
GREEN value IS 220 (86.33% from 255) = 43.65%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=20.04%
G=43.65%
B=36.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012201830.5400.170.14161.3462.9662.94
Hex65DCB736011Ea13f3f
Octal14533426766021162417777
Binary11001011101110010110111110110010001111010100001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,220,183); }

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

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

 a { background-color: rgb(101,220,183); }

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

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

 span { border-color: rgb(101,220,183); }

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