#5CF7AC

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

Shades of Medium Aquamarine #5CF7AC

Tints of Medium Aquamarine #5CF7AC

Color information

#5CF7AC (or 0x5CF7AC) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, F7 and AC. RGB value is (92,247,172). Sum of RGB (Red+Green+Blue) = 92+247+172=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF7AC is #A30853. Grayscale: #C0C0C0. Windows color (decimal): -10684500 or 11335516. OLE color: 11335516.

HSL color Cylindrical-coordinate representation of color #5CF7AC: hue angle of 150.97º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF7AC is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB92247172-
CMYK0.6300.300.03
HSL150.97º90.64%66.47%-
HSV(B)150.97º62.75%96.86%-
XYZ45.1271.7850.51-
YUV192.1116.6556.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.00%
GREEN value IS 247 (96.88% from 255) = 48.34%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=18.00%
G=48.34%
B=33.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal922471720.6300.300.03150.9790.6466.47
Hex5CF7AC3F01E3975b42
Octal134367254770363227133102
Binary10111001111011110101100111111011110111001011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,247,172); }

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

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

 a { background-color: rgb(92,247,172); }

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

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

 span { border-color: rgb(92,247,172); }

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