#5FE495

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

Shades of Medium Aquamarine #5FE495

Tints of Medium Aquamarine #5FE495

Color information

#5FE495 (or 0x5FE495) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, E4 and 95. RGB value is (95,228,149). Sum of RGB (Red+Green+Blue) = 95+228+149=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE495 is #A01B6A. Grayscale: #B3B3B3. Windows color (decimal): -10492779 or 9823327. OLE color: 9823327.

HSL color Cylindrical-coordinate representation of color #5FE495: hue angle of 144.36º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE495 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB95228149-
CMYK0.5800.350.11
HSL144.36º71.12%63.33%-
HSV(B)144.36º58.33%89.41%-
XYZ37.8960.0938.04-
YUV179.23110.9467.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.13%
GREEN value IS 228 (89.45% from 255) = 48.31%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=20.13%
G=48.31%
B=31.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal952281490.5800.350.11144.3671.1263.33
Hex5FE4953A023B90473f
Octal137344225720431322010777
Binary1011111111001001001010111101001000111011100100001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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