#5FD3A2

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

Shades of Medium Aquamarine #5FD3A2

Tints of Medium Aquamarine #5FD3A2

Color information

#5FD3A2 (or 0x5FD3A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D3 and A2. RGB value is (95,211,162). Sum of RGB (Red+Green+Blue) = 95+211+162=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD3A2 is #A02C5D. Grayscale: #AAAAAA. Windows color (decimal): -10497118 or 10670943. OLE color: 10670943.

HSL color Cylindrical-coordinate representation of color #5FD3A2: hue angle of 154.66º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD3A2 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB95211162-
CMYK0.5500.230.17
HSL154.66º56.86%60%-
HSV(B)154.66º54.98%82.75%-
XYZ34.5451.6342.33-
YUV170.73123.0773.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.30%
GREEN value IS 211 (82.81% from 255) = 45.09%
BLUE value IS 162 (63.67% from 255) = 34.62%
R=20.30%
G=45.09%
B=34.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal952111620.5500.230.17154.6656.8660
Hex5FD3A237017119b393c
Octal13732324267027212337174
Binary101111111010011101000101101110101111000110011011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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