#5BD8A0

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

Shades of Medium Aquamarine #5BD8A0

Tints of Medium Aquamarine #5BD8A0

Color information

#5BD8A0 (or 0x5BD8A0) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, D8 and A0. RGB value is (91,216,160). Sum of RGB (Red+Green+Blue) = 91+216+160=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD8A0 is #A4275F. Grayscale: #ACACAC. Windows color (decimal): -10757984 or 10541147. OLE color: 10541147.

HSL color Cylindrical-coordinate representation of color #5BD8A0: hue angle of 153.12º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD8A0 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB91216160-
CMYK0.5800.260.15
HSL153.12º61.58%60.2%-
HSV(B)153.12º57.87%84.71%-
XYZ35.2253.8741.8-
YUV172.24121.0970.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.49%
GREEN value IS 216 (84.77% from 255) = 46.25%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=19.49%
G=46.25%
B=34.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal912161600.5800.260.15153.1261.5860.2
Hex5BD8A03A01AF993e3c
Octal13333024072032172317674
Binary10110111101100010100000111010011010111110011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,216,160); }

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

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

 a { background-color: rgb(91,216,160); }

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

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

 span { border-color: rgb(91,216,160); }

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