#5AE5BD

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

Shades of Downy #5AE5BD

Tints of Downy #5AE5BD

Color information

#5AE5BD (or 0x5AE5BD) is unknown color: approx Downy. HEX triplet: 5A, E5 and BD. RGB value is (90,229,189). Sum of RGB (Red+Green+Blue) = 90+229+189=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE5BD is #A51A42. Grayscale: #B6B6B6. Windows color (decimal): -10820163 or 12445018. OLE color: 12445018.

HSL color Cylindrical-coordinate representation of color #5AE5BD: hue angle of 162.73º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5BD is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB90229189-
CMYK0.6100.170.10
HSL162.73º72.77%62.55%-
HSV(B)162.73º60.7%89.8%-
XYZ41.4261.8957.91-
YUV182.88131.4561.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.72%
GREEN value IS 229 (89.84% from 255) = 45.08%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=17.72%
G=45.08%
B=37.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal902291890.6100.170.10162.7372.7762.55
Hex5AE5BD3D011Aa3493f
Octal132345275750211224311177
Binary101101011100101101111011111010100011010101000111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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