#65DABB

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

Shades of Downy #65DABB

Tints of Downy #65DABB

Color information

#65DABB (or 0x65DABB) is unknown color: approx Downy. HEX triplet: 65, DA and BB. RGB value is (101,218,187). Sum of RGB (Red+Green+Blue) = 101+218+187=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #65DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DABB is #9A2544. Grayscale: #B3B3B3. Windows color (decimal): -10102085 or 12311141. OLE color: 12311141.

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

Color convert

RGB101218187-
CMYK0.5400.140.15
HSL164.1º61.26%62.55%-
HSV(B)164.1º53.67%85.49%-
XYZ39.4156.555.84-
YUV179.48132.2472.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.96%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=19.96%
G=43.08%
B=36.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012181870.5400.140.15164.161.2662.55
Hex65DABB360EFa43d3f
Octal14533227366016172447577
Binary1100101110110101011101111011001110111110100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,218,187); }

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

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

 a { background-color: rgb(101,218,187); }

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

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

 span { border-color: rgb(101,218,187); }

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