#5CD9B1

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

Shades of Medium Aquamarine #5CD9B1

Tints of Medium Aquamarine #5CD9B1

Color information

#5CD9B1 (or 0x5CD9B1) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D9 and B1. RGB value is (92,217,177). Sum of RGB (Red+Green+Blue) = 92+217+177=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD9B1 is #A3264E. Grayscale: #AFAFAF. Windows color (decimal): -10692175 or 11655516. OLE color: 11655516.

HSL color Cylindrical-coordinate representation of color #5CD9B1: hue angle of 160.8º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD9B1 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB92217177-
CMYK0.5800.180.15
HSL160.8º62.19%60.59%-
HSV(B)160.8º57.6%85.1%-
XYZ37.1655.0850.27-
YUV175.06129.0968.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.93%
GREEN value IS 217 (85.16% from 255) = 44.65%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=18.93%
G=44.65%
B=36.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal922171770.5800.180.15160.862.1960.59
Hex5CD9B13A012Fa13e3d
Octal13433126172022172417675
Binary10111001101100110110001111010010010111110100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,217,177); }

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

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

 a { background-color: rgb(92,217,177); }

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

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

 span { border-color: rgb(92,217,177); }

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