#5BD8A3

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

Shades of Medium Aquamarine #5BD8A3

Tints of Medium Aquamarine #5BD8A3

Color information

#5BD8A3 (or 0x5BD8A3) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, D8 and A3. RGB value is (91,216,163). Sum of RGB (Red+Green+Blue) = 91+216+163=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD8A3 is #A4275C. Grayscale: #ACACAC. Windows color (decimal): -10757981 or 10737755. OLE color: 10737755.

HSL color Cylindrical-coordinate representation of color #5BD8A3: hue angle of 154.56º 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 #5BD8A3 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB91216163-
CMYK0.5800.250.15
HSL154.56º61.58%60.2%-
HSV(B)154.56º57.87%84.71%-
XYZ35.4853.9843.2-
YUV172.58122.5969.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.36%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=19.36%
G=45.96%
B=34.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal912161630.5800.250.15154.5661.5860.2
Hex5BD8A33A019F9b3e3c
Octal13333024372031172337674
Binary10110111101100010100011111010011001111110011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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