#5CDCB6

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

Shades of Medium Aquamarine #5CDCB6

Tints of Medium Aquamarine #5CDCB6

Color information

#5CDCB6 (or 0x5CDCB6) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DC and B6. RGB value is (92,220,182). Sum of RGB (Red+Green+Blue) = 92+220+182=494 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.62% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCB6 is #A32349. Grayscale: #B1B1B1. Windows color (decimal): -10691402 or 11983964. OLE color: 11983964.

HSL color Cylindrical-coordinate representation of color #5CDCB6: hue angle of 162.19º degrees, saturation: 0.65, 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 #5CDCB6 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB92220182-
CMYK0.5800.170.14
HSL162.19º64.65%61.18%-
HSV(B)162.19º58.18%86.27%-
XYZ38.4556.8453.2-
YUV177.4130.5967.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.62%
GREEN value IS 220 (86.33% from 255) = 44.53%
BLUE value IS 182 (71.48% from 255) = 36.84%
R=18.62%
G=44.53%
B=36.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922201820.5800.170.14162.1964.6561.18
Hex5CDCB63A011Ea2413d
Octal134334266720211624210175
Binary101110011011100101101101110100100011110101000101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,220,182); }

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

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

 a { background-color: rgb(92,220,182); }

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

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

 span { border-color: rgb(92,220,182); }

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