#5CDBA9

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

Shades of Medium Aquamarine #5CDBA9

Tints of Medium Aquamarine #5CDBA9

Color information

#5CDBA9 (or 0x5CDBA9) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DB and A9. RGB value is (92,219,169). Sum of RGB (Red+Green+Blue) = 92+219+169=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDBA9 is #A32456. Grayscale: #AFAFAF. Windows color (decimal): -10691671 or 11131740. OLE color: 11131740.

HSL color Cylindrical-coordinate representation of color #5CDBA9: hue angle of 156.38º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDBA9 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB92219169-
CMYK0.5800.230.14
HSL156.38º63.82%60.98%-
HSV(B)156.38º57.99%85.88%-
XYZ36.9155.846.36-
YUV175.33124.4268.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.17%
GREEN value IS 219 (85.94% from 255) = 45.62%
BLUE value IS 169 (66.41% from 255) = 35.21%
R=19.17%
G=45.62%
B=35.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922191690.5800.230.14156.3863.8260.98
Hex5CDBA93A017E9c403d
Octal134333251720271623410075
Binary101110011011011101010011110100101111110100111001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,219,169); }

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

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

 a { background-color: rgb(92,219,169); }

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

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

 span { border-color: rgb(92,219,169); }

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