#5EF7C0

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

Shades of Aquamarine #5EF7C0

Tints of Aquamarine #5EF7C0

Color information

#5EF7C0 (or 0x5EF7C0) is unknown color: approx Aquamarine. HEX triplet: 5E, F7 and C0. RGB value is (94,247,192). Sum of RGB (Red+Green+Blue) = 94+247+192=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #5EF7C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF7C0 is #A1083F. Grayscale: #C3C3C3. Windows color (decimal): -10553408 or 12646238. OLE color: 12646238.

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

Color convert

RGB94247192-
CMYK0.6200.220.03
HSL158.43º90.53%66.86%-
HSV(B)158.43º61.94%96.86%-
XYZ47.3972.7161.41-
YUV194.98126.3155.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.64%
GREEN value IS 247 (96.88% from 255) = 46.34%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=17.64%
G=46.34%
B=36.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal942471920.6200.220.03158.4390.5366.86
Hex5EF7C03E01639e5b43
Octal136367300760263236133103
Binary10111101111011111000000111110010110111001111010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,247,192); }

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

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

 a { background-color: rgb(94,247,192); }

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

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

 span { border-color: rgb(94,247,192); }

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