#5FEAA2

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

Shades of Medium Aquamarine #5FEAA2

Tints of Medium Aquamarine #5FEAA2

Color information

#5FEAA2 (or 0x5FEAA2) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, EA and A2. RGB value is (95,234,162). Sum of RGB (Red+Green+Blue) = 95+234+162=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEAA2 is #A0155D. Grayscale: #B8B8B8. Windows color (decimal): -10491230 or 10676831. OLE color: 10676831.

HSL color Cylindrical-coordinate representation of color #5FEAA2: hue angle of 148.92º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEAA2 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB95234162-
CMYK0.5900.310.08
HSL148.92º76.8%64.51%-
HSV(B)148.92º59.4%91.76%-
XYZ40.6663.8944.37-
YUV184.23115.4564.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.35%
GREEN value IS 234 (91.80% from 255) = 47.66%
BLUE value IS 162 (63.67% from 255) = 32.99%
R=19.35%
G=47.66%
B=32.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952341620.5900.310.08148.9276.864.51
Hex5FEAA23B01F8954d41
Octal1373522427303710225115101
Binary1011111111010101010001011101101111110001001010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,234,162); }

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

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

 a { background-color: rgb(95,234,162); }

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

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

 span { border-color: rgb(95,234,162); }

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