#5AC5BB

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

Shades of Downy #5AC5BB

Tints of Downy #5AC5BB

Color information

#5AC5BB (or 0x5AC5BB) is unknown color: approx Downy. HEX triplet: 5A, C5 and BB. RGB value is (90,197,187). Sum of RGB (Red+Green+Blue) = 90+197+187=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC5BB is #A53A44. Grayscale: #A3A3A3. Windows color (decimal): -10828357 or 12305754. OLE color: 12305754.

HSL color Cylindrical-coordinate representation of color #5AC5BB: hue angle of 174.39º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC5BB is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB90197187-
CMYK0.5400.050.23
HSL174.39º47.98%56.27%-
HSV(B)174.39º54.31%77.25%-
XYZ33.1545.6954.09-
YUV163.87141.0575.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.99%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=18.99%
G=41.56%
B=39.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal901971870.5400.050.23174.3947.9856.27
Hex5AC5BB360517ae3038
Octal1323052736605272566070
Binary1011010110001011011101111011001011011110101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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