#5BF894

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

Shades of Medium Aquamarine #5BF894

Tints of Medium Aquamarine #5BF894

Color information

#5BF894 (or 0x5BF894) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, F8 and 94. RGB value is (91,248,148). Sum of RGB (Red+Green+Blue) = 91+248+148=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #5BF894 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF894 is #A4076B. Grayscale: #BDBDBD. Windows color (decimal): -10749804 or 9762907. OLE color: 9762907.

HSL color Cylindrical-coordinate representation of color #5BF894: hue angle of 141.78º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF894 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB91248148-
CMYK0.6300.400.03
HSL141.78º91.81%66.47%-
HSV(B)141.78º63.31%97.25%-
XYZ43.2371.539.54-
YUV189.66104.4957.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.69%
GREEN value IS 248 (97.27% from 255) = 50.92%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=18.69%
G=50.92%
B=30.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912481480.6300.400.03141.7891.8166.47
Hex5BF8943F02838e5c42
Octal133370224770503216134102
Binary101101111111000100101001111110101000111000111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,248,148); }

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

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

 a { background-color: rgb(91,248,148); }

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

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

 span { border-color: rgb(91,248,148); }

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