#5ACCBE

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

Shades of Downy #5ACCBE

Tints of Downy #5ACCBE

Color information

#5ACCBE (or 0x5ACCBE) is unknown color: approx Downy. HEX triplet: 5A, CC and BE. RGB value is (90,204,190). Sum of RGB (Red+Green+Blue) = 90+204+190=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCBE is #A53341. Grayscale: #A8A8A8. Windows color (decimal): -10826562 or 12504154. OLE color: 12504154.

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

Color convert

RGB90204190-
CMYK0.5600.070.2
HSL172.63º52.78%57.65%-
HSV(B)172.63º55.88%80%-
XYZ35.149.0856.34-
YUV168.32140.2372.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.60%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=18.60%
G=42.15%
B=39.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal902041900.5600.070.2172.6352.7857.65
Hex5ACCBE380714ad353a
Octal1323142767007242556572
Binary1011010110011001011111011100001111010010101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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