#5ADDBD

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

Shades of Downy #5ADDBD

Tints of Downy #5ADDBD

Color information

#5ADDBD (or 0x5ADDBD) is unknown color: approx Downy. HEX triplet: 5A, DD and BD. RGB value is (90,221,189). Sum of RGB (Red+Green+Blue) = 90+221+189=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDBD is #A52242. Grayscale: #B2B2B2. Windows color (decimal): -10822211 or 12442970. OLE color: 12442970.

HSL color Cylindrical-coordinate representation of color #5ADDBD: hue angle of 165.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDBD is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB90221189-
CMYK0.5900.140.13
HSL165.34º65.83%60.98%-
HSV(B)165.34º59.28%86.67%-
XYZ39.2657.5657.19-
YUV178.18134.165.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=18%
G=44.2%
B=37.8%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902211890.5900.140.13165.3465.8360.98
Hex5ADDBD3B0EDa5423d
Octal132335275730161524510275
Binary10110101101110110111101111011011101101101001011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ADDBD; }

 p { color: rgb(90,221,189); }

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

<style>
 a { background-color: #5ADDBD; }

 a { background-color: rgb(90,221,189); }

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

<style>
 span { border-color: #5ADDBD; }

 span { border-color: rgb(90,221,189); }

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