#5CC7AA

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

Shades of Medium Aquamarine #5CC7AA

Tints of Medium Aquamarine #5CC7AA

Color information

#5CC7AA (or 0x5CC7AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, C7 and AA. RGB value is (92,199,170). Sum of RGB (Red+Green+Blue) = 92+199+170=461 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.96% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #5CC7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC7AA is #A33855. Grayscale: #A3A3A3. Windows color (decimal): -10696790 or 11192156. OLE color: 11192156.

HSL color Cylindrical-coordinate representation of color #5CC7AA: hue angle of 163.74º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC7AA is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB92199170-
CMYK0.5400.150.22
HSL163.74º48.86%57.06%-
HSV(B)163.74º53.77%78.04%-
XYZ32.0946.0245.22-
YUV163.7131.5576.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.96%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=19.96%
G=43.17%
B=36.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal921991700.5400.150.22163.7448.8657.06
Hex5CC7AA360F16a43139
Octal13430725266017262446171
Binary10111001100011110101010110110011111011010100100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,199,170); }

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

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

 a { background-color: rgb(92,199,170); }

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

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

 span { border-color: rgb(92,199,170); }

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