#5fea93

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

Shades of Medium Aquamarine #5FEA93

Tints of Medium Aquamarine #5FEA93

Color information

#5FEA93 (or 0x5FEA93) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, EA and 93. RGB value is (95,234,147). Sum of RGB (Red+Green+Blue) = 95+234+147=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEA93 is #A0156C. Grayscale: #B6B6B6. Windows color (decimal): -10491245 or 9693791. OLE color: 9693791.

HSL color Cylindrical-coordinate representation of color #5FEA93: hue angle of 142.45º 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 #5FEA93 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB95234147-
CMYK0.5900.370.08
HSL142.45º76.8%64.51%-
HSV(B)142.45º59.4%91.76%-
XYZ39.4163.3937.76-
YUV182.52107.9565.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.96%
GREEN value IS 234 (91.80% from 255) = 49.16%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=19.96%
G=49.16%
B=30.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952341470.5900.370.08142.4576.864.51
Hex5FEA933B02588e4d41
Octal1373522237304510216115101
Binary10111111110101010010011111011010010110001000111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fea93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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