#5CDFA0

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

Shades of Medium Aquamarine #5CDFA0

Tints of Medium Aquamarine #5CDFA0

Color information

#5CDFA0 (or 0x5CDFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DF and A0. RGB value is (92,223,160). Sum of RGB (Red+Green+Blue) = 92+223+160=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDFA0 is #A3205F. Grayscale: #B0B0B0. Windows color (decimal): -10690656 or 10542940. OLE color: 10542940.

HSL color Cylindrical-coordinate representation of color #5CDFA0: hue angle of 151.15º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDFA0 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB92223160-
CMYK0.5900.280.13
HSL151.15º67.18%61.76%-
HSV(B)151.15º58.74%87.45%-
XYZ37.1557.5942.42-
YUV176.65118.667.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.37%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=19.37%
G=46.95%
B=33.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922231600.5900.280.13151.1567.1861.76
Hex5CDFA03B01CD97433e
Octal134337240730341522710376
Binary101110011011111101000001110110111001101100101111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,223,160); }

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

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

 a { background-color: rgb(92,223,160); }

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

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

 span { border-color: rgb(92,223,160); }

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