#5FFC9A

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

Shades of Medium Aquamarine #5FFC9A

Tints of Medium Aquamarine #5FFC9A

Color information

#5FFC9A (or 0x5FFC9A) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, FC and 9A. RGB value is (95,252,154). Sum of RGB (Red+Green+Blue) = 95+252+154=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFC9A is #A00365. Grayscale: #C2C2C2. Windows color (decimal): -10486630 or 10157151. OLE color: 10157151.

HSL color Cylindrical-coordinate representation of color #5FFC9A: hue angle of 142.55º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFC9A is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB95252154-
CMYK0.6200.390.01
HSL142.55º96.32%68.04%-
HSV(B)142.55º62.3%98.82%-
XYZ45.3674.3942.54-
YUV193.88105.4957.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.96%
GREEN value IS 252 (98.83% from 255) = 50.30%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=18.96%
G=50.30%
B=30.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal952521540.6200.390.01142.5596.3268.04
Hex5FFC9A3E02718f6044
Octal137374232760471217140104
Binary10111111111110010011010111110010011111000111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,252,154); }

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

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

 a { background-color: rgb(95,252,154); }

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

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

 span { border-color: rgb(95,252,154); }

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