#5FD5A2

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

Shades of Medium Aquamarine #5FD5A2

Tints of Medium Aquamarine #5FD5A2

Color information

#5FD5A2 (or 0x5FD5A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D5 and A2. RGB value is (95,213,162). Sum of RGB (Red+Green+Blue) = 95+213+162=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD5A2 is #A02A5D. Grayscale: #ABABAB. Windows color (decimal): -10496606 or 10671455. OLE color: 10671455.

HSL color Cylindrical-coordinate representation of color #5FD5A2: hue angle of 154.07º 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 #5FD5A2 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB95213162-
CMYK0.5500.240.16
HSL154.07º58.42%60.39%-
HSV(B)154.07º55.4%83.53%-
XYZ35.0452.6342.49-
YUV171.9122.4173.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.21%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 162 (63.67% from 255) = 34.47%
R=20.21%
G=45.32%
B=34.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952131620.5500.240.16154.0758.4260.39
Hex5FD5A237018109a3a3c
Octal13732524267030202327274
Binary101111111010101101000101101110110001000010011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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