#5FD5A3

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

Shades of Medium Aquamarine #5FD5A3

Tints of Medium Aquamarine #5FD5A3

Color information

#5FD5A3 (or 0x5FD5A3) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D5 and A3. RGB value is (95,213,163). Sum of RGB (Red+Green+Blue) = 95+213+163=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD5A3 is #A02A5C. Grayscale: #ACACAC. Windows color (decimal): -10496605 or 10736991. OLE color: 10736991.

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

Color convert

RGB95213163-
CMYK0.5500.230.16
HSL154.58º58.42%60.39%-
HSV(B)154.58º55.4%83.53%-
XYZ35.1252.6742.96-
YUV172.02122.9173.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.17%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=20.17%
G=45.22%
B=34.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952131630.5500.230.16154.5858.4260.39
Hex5FD5A337017109b3a3c
Octal13732524367027202337274
Binary101111111010101101000111101110101111000010011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,213,163); }

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

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

 a { background-color: rgb(95,213,163); }

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

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

 span { border-color: rgb(95,213,163); }

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