#5AD8C2

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

Shades of Downy #5AD8C2

Tints of Downy #5AD8C2

Color information

#5AD8C2 (or 0x5AD8C2) is unknown color: approx Downy. HEX triplet: 5A, D8 and C2. RGB value is (90,216,194). Sum of RGB (Red+Green+Blue) = 90+216+194=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD8C2 is #A5273D. Grayscale: #AFAFAF. Windows color (decimal): -10823486 or 12769370. OLE color: 12769370.

HSL color Cylindrical-coordinate representation of color #5AD8C2: hue angle of 169.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD8C2 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB90216194-
CMYK0.5800.100.15
HSL169.52º61.76%60%-
HSV(B)169.52º58.33%84.71%-
XYZ38.5155.1859.66-
YUV175.82138.2666.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 194 (76.17% from 255) = 38.8%
R=18%
G=43.2%
B=38.8%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902161940.5800.100.15169.5261.7660
Hex5AD8C23A0AFaa3e3c
Octal13233030272012172527674
Binary1011010110110001100001011101001010111110101010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,216,194); }

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

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

 a { background-color: rgb(90,216,194); }

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

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

 span { border-color: rgb(90,216,194); }

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