#5BD5AF

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

Shades of Medium Aquamarine #5BD5AF

Tints of Medium Aquamarine #5BD5AF

Color information

#5BD5AF (or 0x5BD5AF) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, D5 and AF. RGB value is (91,213,175). Sum of RGB (Red+Green+Blue) = 91+213+175=479 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.00% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD5AF is #A42A50. Grayscale: #ACACAC. Windows color (decimal): -10758737 or 11523419. OLE color: 11523419.

HSL color Cylindrical-coordinate representation of color #5BD5AF: hue angle of 161.31º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD5AF is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB91213175-
CMYK0.5700.180.16
HSL161.31º59.22%59.61%-
HSV(B)161.31º57.28%83.53%-
XYZ35.8552.9148.88-
YUV172.19129.5870.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.00%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=19.00%
G=44.47%
B=36.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal912131750.5700.180.16161.3159.2259.61
Hex5BD5AF3901210a13b3c
Octal13332525771022202417374
Binary101101111010101101011111110010100101000010100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,213,175); }

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

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

 a { background-color: rgb(91,213,175); }

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

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

 span { border-color: rgb(91,213,175); }

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