#5AC5BC

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

Shades of Downy #5AC5BC

Tints of Downy #5AC5BC

Color information

#5AC5BC (or 0x5AC5BC) is unknown color: approx Downy. HEX triplet: 5A, C5 and BC. RGB value is (90,197,188). Sum of RGB (Red+Green+Blue) = 90+197+188=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC5BC is #A53A43. Grayscale: #A3A3A3. Windows color (decimal): -10828356 or 12371290. OLE color: 12371290.

HSL color Cylindrical-coordinate representation of color #5AC5BC: hue angle of 174.95º 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 #5AC5BC is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB90197188-
CMYK0.5400.050.23
HSL174.95º47.98%56.27%-
HSV(B)174.95º54.31%77.25%-
XYZ33.2645.7454.65-
YUV163.98141.5575.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.95%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=18.95%
G=41.47%
B=39.58%

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
Decimal901971880.5400.050.23174.9547.9856.27
Hex5AC5BC360517af3038
Octal1323052746605272576070
Binary1011010110001011011110011011001011011110101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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