#5AD2BE

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

Shades of Downy #5AD2BE

Tints of Downy #5AD2BE

Color information

#5AD2BE (or 0x5AD2BE) is unknown color: approx Downy. HEX triplet: 5A, D2 and BE. RGB value is (90,210,190). Sum of RGB (Red+Green+Blue) = 90+210+190=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD2BE is #A52D41. Grayscale: #ABABAB. Windows color (decimal): -10825026 or 12505690. OLE color: 12505690.

HSL color Cylindrical-coordinate representation of color #5AD2BE: hue angle of 170º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD2BE is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB90210190-
CMYK0.5700.100.18
HSL170º57.14%58.82%-
HSV(B)170º57.14%82.35%-
XYZ36.5651.9856.82-
YUV171.84138.2469.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.37%
GREEN value IS 210 (82.42% from 255) = 42.86%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=18.37%
G=42.86%
B=38.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902101900.5700.100.1817057.1458.82
Hex5AD2BE390A12aa393b
Octal13232227671012222527173
Binary10110101101001010111110111001010101001010101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,210,190); }

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

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

 a { background-color: rgb(90,210,190); }

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

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

 span { border-color: rgb(90,210,190); }

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