#5AE7BB

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

Shades of Downy #5AE7BB

Tints of Downy #5AE7BB

Color information

#5AE7BB (or 0x5AE7BB) is unknown color: approx Downy. HEX triplet: 5A, E7 and BB. RGB value is (90,231,187). Sum of RGB (Red+Green+Blue) = 90+231+187=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #5AE7BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE7BB is #A51844. Grayscale: #B7B7B7. Windows color (decimal): -10819653 or 12314458. OLE color: 12314458.

HSL color Cylindrical-coordinate representation of color #5AE7BB: hue angle of 161.28º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE7BB is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB90231187-
CMYK0.6100.190.09
HSL161.28º74.6%62.94%-
HSV(B)161.28º61.04%90.59%-
XYZ41.7662.9156.96-
YUV183.82129.7961.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.72%
GREEN value IS 231 (90.62% from 255) = 45.47%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=17.72%
G=45.47%
B=36.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal902311870.6100.190.09161.2874.662.94
Hex5AE7BB3D0139a14b3f
Octal132347273750231124111377
Binary101101011100111101110111111010100111001101000011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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