#5FDD9C

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

Shades of Medium Aquamarine #5FDD9C

Tints of Medium Aquamarine #5FDD9C

Color information

#5FDD9C (or 0x5FDD9C) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, DD and 9C. RGB value is (95,221,156). Sum of RGB (Red+Green+Blue) = 95+221+156=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDD9C is #A02263. Grayscale: #B0B0B0. Windows color (decimal): -10494564 or 10280287. OLE color: 10280287.

HSL color Cylindrical-coordinate representation of color #5FDD9C: hue angle of 149.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDD9C is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB95221156-
CMYK0.5700.290.13
HSL149.05º64.95%61.96%-
HSV(B)149.05º57.01%86.67%-
XYZ36.5856.5540.44-
YUV175.92116.7670.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.13%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=20.13%
G=46.82%
B=33.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952211560.5700.290.13149.0564.9561.96
Hex5FDD9C3901DD95413e
Octal137335234710351522510176
Binary101111111011101100111001110010111011101100101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,221,156); }

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

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

 a { background-color: rgb(95,221,156); }

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

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

 span { border-color: rgb(95,221,156); }

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