#5CDD9F

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

Shades of Medium Aquamarine #5CDD9F

Tints of Medium Aquamarine #5CDD9F

Color information

#5CDD9F (or 0x5CDD9F) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DD and 9F. RGB value is (92,221,159). Sum of RGB (Red+Green+Blue) = 92+221+159=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDD9F is #A32260. Grayscale: #AFAFAF. Windows color (decimal): -10691169 or 10476892. OLE color: 10476892.

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

Color convert

RGB92221159-
CMYK0.5800.280.13
HSL151.16º65.48%61.37%-
HSV(B)151.16º58.37%86.67%-
XYZ36.5356.4941.78-
YUV175.36118.7668.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.49%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=19.49%
G=46.82%
B=33.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922211590.5800.280.13151.1665.4861.37
Hex5CDD9F3A01CD97413d
Octal134335237720341522710175
Binary101110011011101100111111110100111001101100101111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,221,159); }

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

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

 a { background-color: rgb(92,221,159); }

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

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

 span { border-color: rgb(92,221,159); }

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