#5ACDBB

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

Shades of Downy #5ACDBB

Tints of Downy #5ACDBB

Color information

#5ACDBB (or 0x5ACDBB) is unknown color: approx Downy. HEX triplet: 5A, CD and BB. RGB value is (90,205,187). Sum of RGB (Red+Green+Blue) = 90+205+187=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDBB is #A53244. Grayscale: #A8A8A8. Windows color (decimal): -10826309 or 12307802. OLE color: 12307802.

HSL color Cylindrical-coordinate representation of color #5ACDBB: hue angle of 170.61º 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 #5ACDBB is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB90205187-
CMYK0.5600.090.20
HSL170.61º53.49%57.84%-
HSV(B)170.61º56.1%80.39%-
XYZ35.0249.4254.71-
YUV168.56138.471.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.67%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=18.67%
G=42.53%
B=38.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal902051870.5600.090.20170.6153.4957.84
Hex5ACDBB380914ab353a
Octal13231527370011242536572
Binary10110101100110110111011111000010011010010101011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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