#5CDCAB

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

Shades of Medium Aquamarine #5CDCAB

Tints of Medium Aquamarine #5CDCAB

Color information

#5CDCAB (or 0x5CDCAB) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DC and AB. RGB value is (92,220,171). Sum of RGB (Red+Green+Blue) = 92+220+171=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDCAB is #A32354. Grayscale: #B0B0B0. Windows color (decimal): -10691413 or 11263068. OLE color: 11263068.

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

Color convert

RGB92220171-
CMYK0.5800.220.14
HSL157.03º64.65%61.18%-
HSV(B)157.03º58.18%86.27%-
XYZ37.3656.447.45-
YUV176.14125.0967.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.05%
GREEN value IS 220 (86.33% from 255) = 45.55%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=19.05%
G=45.55%
B=35.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922201710.5800.220.14157.0364.6561.18
Hex5CDCAB3A016E9d413d
Octal134334253720261623510175
Binary101110011011100101010111110100101101110100111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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