#5CDCB3

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

Shades of Medium Aquamarine #5CDCB3

Tints of Medium Aquamarine #5CDCB3

Color information

#5CDCB3 (or 0x5CDCB3) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DC and B3. RGB value is (92,220,179). Sum of RGB (Red+Green+Blue) = 92+220+179=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCB3 is #A3234C. Grayscale: #B1B1B1. Windows color (decimal): -10691405 or 11787356. OLE color: 11787356.

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

Color convert

RGB92220179-
CMYK0.5800.190.14
HSL160.78º64.65%61.18%-
HSV(B)160.78º58.18%86.27%-
XYZ38.1456.7251.58-
YUV177.05129.0967.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.74%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=18.74%
G=44.81%
B=36.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922201790.5800.190.14160.7864.6561.18
Hex5CDCB33A013Ea1413d
Octal134334263720231624110175
Binary101110011011100101100111110100100111110101000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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