#5ACDBE

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

Shades of Downy #5ACDBE

Tints of Downy #5ACDBE

Color information

#5ACDBE (or 0x5ACDBE) is unknown color: approx Downy. HEX triplet: 5A, CD and BE. RGB value is (90,205,190). Sum of RGB (Red+Green+Blue) = 90+205+190=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDBE is #A53241. Grayscale: #A8A8A8. Windows color (decimal): -10826306 or 12504410. OLE color: 12504410.

HSL color Cylindrical-coordinate representation of color #5ACDBE: hue angle of 172.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACDBE is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB90205190-
CMYK0.5600.070.20
HSL172.17º53.49%57.84%-
HSV(B)172.17º56.1%80.39%-
XYZ35.3449.5556.42-
YUV168.9139.971.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.56%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=18.56%
G=42.27%
B=39.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal902051900.5600.070.20172.1753.4957.84
Hex5ACDBE380714ac353a
Octal1323152767007242546572
Binary1011010110011011011111011100001111010010101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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