#5CCA9E

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

Shades of Medium Aquamarine #5CCA9E

Tints of Medium Aquamarine #5CCA9E

Color information

#5CCA9E (or 0x5CCA9E) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, CA and 9E. RGB value is (92,202,158). Sum of RGB (Red+Green+Blue) = 92+202+158=452 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.35% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCA9E is #A33561. Grayscale: #A4A4A4. Windows color (decimal): -10696034 or 10406492. OLE color: 10406492.

HSL color Cylindrical-coordinate representation of color #5CCA9E: hue angle of 156º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCA9E is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB92202158-
CMYK0.5400.220.21
HSL156º50.93%57.65%-
HSV(B)156º54.46%79.22%-
XYZ31.7146.9839.75-
YUV164.09124.5676.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.35%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=20.35%
G=44.69%
B=34.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal922021580.5400.220.2115650.9357.65
Hex5CCA9E36016159c333a
Octal13431223666026252346372
Binary101110011001010100111101101100101101010110011100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,202,158); }

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

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

 a { background-color: rgb(92,202,158); }

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

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

 span { border-color: rgb(92,202,158); }

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