#5AD1C0

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

Shades of Downy #5AD1C0

Tints of Downy #5AD1C0

Color information

#5AD1C0 (or 0x5AD1C0) is unknown color: approx Downy. HEX triplet: 5A, D1 and C0. RGB value is (90,209,192). Sum of RGB (Red+Green+Blue) = 90+209+192=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD1C0 is #A52E3F. Grayscale: #ABABAB. Windows color (decimal): -10825280 or 12636506. OLE color: 12636506.

HSL color Cylindrical-coordinate representation of color #5AD1C0: hue angle of 171.43º degrees, saturation: 0.56, 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 #5AD1C0 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB90209192-
CMYK0.5700.080.18
HSL171.43º56.4%58.63%-
HSV(B)171.43º56.94%81.96%-
XYZ36.5351.5857.9-
YUV171.48139.5869.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.33%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=18.33%
G=42.57%
B=39.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902091920.5700.080.18171.4356.458.63
Hex5AD1C0390812ab383b
Octal13232130071010222537073
Binary10110101101000111000000111001010001001010101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,209,192); }

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

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

 a { background-color: rgb(90,209,192); }

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

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

 span { border-color: rgb(90,209,192); }

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