#5CF29C

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

Shades of Medium Aquamarine #5CF29C

Tints of Medium Aquamarine #5CF29C

Color information

#5CF29C (or 0x5CF29C) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, F2 and 9C. RGB value is (92,242,156). Sum of RGB (Red+Green+Blue) = 92+242+156=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF29C is #A30D63. Grayscale: #BBBBBB. Windows color (decimal): -10685796 or 10285660. OLE color: 10285660.

HSL color Cylindrical-coordinate representation of color #5CF29C: hue angle of 145.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF29C is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB92242156-
CMYK0.6200.360.05
HSL145.6º85.23%65.49%-
HSV(B)145.6º61.98%94.9%-
XYZ42.1768.1842.39-
YUV187.35110.359.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.78%
GREEN value IS 242 (94.92% from 255) = 49.39%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=18.78%
G=49.39%
B=31.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922421560.6200.360.05145.685.2365.49
Hex5CF29C3E0245925541
Octal134362234760445222125101
Binary1011100111100101001110011111001001001011001001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,242,156); }

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

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

 a { background-color: rgb(92,242,156); }

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

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

 span { border-color: rgb(92,242,156); }

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