#5BFA9A

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

Shades of Medium Aquamarine #5BFA9A

Tints of Medium Aquamarine #5BFA9A

Color information

#5BFA9A (or 0x5BFA9A) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, FA and 9A. RGB value is (91,250,154). Sum of RGB (Red+Green+Blue) = 91+250+154=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFA9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFA9A is #A40565. Grayscale: #BFBFBF. Windows color (decimal): -10749286 or 10156635. OLE color: 10156635.

HSL color Cylindrical-coordinate representation of color #5BFA9A: hue angle of 143.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFA9A is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB91250154-
CMYK0.6400.380.02
HSL143.77º94.08%66.86%-
HSV(B)143.77º63.6%98.04%-
XYZ44.3372.9342.31-
YUV191.52106.8256.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.38%
GREEN value IS 250 (98.05% from 255) = 50.51%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=18.38%
G=50.51%
B=31.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912501540.6400.380.02143.7794.0866.86
Hex5BFA9A400262905e43
Octal1333722321000462220136103
Binary1011011111110101001101010000000100110101001000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,250,154); }

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

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

 a { background-color: rgb(91,250,154); }

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

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

 span { border-color: rgb(91,250,154); }

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