#5ff895

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

Shades of Medium Aquamarine #5FF895

Tints of Medium Aquamarine #5FF895

Color information

#5FF895 (or 0x5FF895) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F8 and 95. RGB value is (95,248,149). Sum of RGB (Red+Green+Blue) = 95+248+149=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF895 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF895 is #A0076A. Grayscale: #BFBFBF. Windows color (decimal): -10487659 or 9828447. OLE color: 9828447.

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

Color convert

RGB95248149-
CMYK0.6200.400.03
HSL141.18º91.62%67.25%-
HSV(B)141.18º61.69%97.25%-
XYZ43.7171.7439.98-
YUV190.97104.3159.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.31%
GREEN value IS 248 (97.27% from 255) = 50.41%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=19.31%
G=50.41%
B=30.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal952481490.6200.400.03141.1891.6267.25
Hex5FF8953E02838d5c43
Octal137370225760503215134103
Binary101111111111000100101011111100101000111000110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ff895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,248,149); }

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

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

 a { background-color: rgb(95,248,149); }

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

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

 span { border-color: rgb(95,248,149); }

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