#5FE9A4

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

Shades of Medium Aquamarine #5FE9A4

Tints of Medium Aquamarine #5FE9A4

Color information

#5FE9A4 (or 0x5FE9A4) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, E9 and A4. RGB value is (95,233,164). Sum of RGB (Red+Green+Blue) = 95+233+164=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE9A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE9A4 is #A0165B. Grayscale: #B8B8B8. Windows color (decimal): -10491484 or 10807647. OLE color: 10807647.

HSL color Cylindrical-coordinate representation of color #5FE9A4: hue angle of 150º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE9A4 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB95233164-
CMYK0.5900.300.09
HSL150º75.82%64.31%-
HSV(B)150º59.23%91.37%-
XYZ40.5663.3945.22-
YUV183.87116.7864.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.31%
GREEN value IS 233 (91.41% from 255) = 47.36%
BLUE value IS 164 (64.45% from 255) = 33.33%
R=19.31%
G=47.36%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952331640.5900.300.0915075.8264.31
Hex5FE9A43B01E9964c40
Octal1373512447303611226114100
Binary1011111111010011010010011101101111010011001011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,233,164); }

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

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

 a { background-color: rgb(95,233,164); }

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

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

 span { border-color: rgb(95,233,164); }

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