#5BF1AE

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

Shades of Medium Aquamarine #5BF1AE

Tints of Medium Aquamarine #5BF1AE

Color information

#5BF1AE (or 0x5BF1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, F1 and AE. RGB value is (91,241,174). Sum of RGB (Red+Green+Blue) = 91+241+174=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF1AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF1AE is #A40E51. Grayscale: #BCBCBC. Windows color (decimal): -10751570 or 11465051. OLE color: 11465051.

HSL color Cylindrical-coordinate representation of color #5BF1AE: hue angle of 153.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF1AE is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB91241174-
CMYK0.6200.280.05
HSL153.2º84.27%65.1%-
HSV(B)153.2º62.24%94.51%-
XYZ43.4168.1950.92-
YUV188.51119.858.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.98%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=17.98%
G=47.63%
B=34.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal912411740.6200.280.05153.284.2765.1
Hex5BF1AE3E01C5995441
Octal133361256760345231124101
Binary101101111110001101011101111100111001011001100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,241,174); }

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

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

 a { background-color: rgb(91,241,174); }

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

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

 span { border-color: rgb(91,241,174); }

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