#5FF3AA

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

Shades of Medium Aquamarine #5FF3AA

Tints of Medium Aquamarine #5FF3AA

Color information

#5FF3AA (or 0x5FF3AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F3 and AA. RGB value is (95,243,170). Sum of RGB (Red+Green+Blue) = 95+243+170=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #5FF3AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF3AA is #A00C55. Grayscale: #BEBEBE. Windows color (decimal): -10488918 or 11203423. OLE color: 11203423.

HSL color Cylindrical-coordinate representation of color #5FF3AA: hue angle of 150.41º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF3AA is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB95243170-
CMYK0.6100.300.05
HSL150.41º86.05%66.27%-
HSV(B)150.41º60.91%95.29%-
XYZ44.0369.4449.11-
YUV190.43116.4759.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.70%
GREEN value IS 243 (95.31% from 255) = 47.83%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=18.70%
G=47.83%
B=33.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal952431700.6100.300.05150.4186.0566.27
Hex5FF3AA3D01E5965642
Octal137363252750365226126102
Binary101111111110011101010101111010111101011001011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,243,170); }

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

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

 a { background-color: rgb(95,243,170); }

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

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

 span { border-color: rgb(95,243,170); }

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