#5EFACD

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

Shades of Aquamarine #5EFACD

Tints of Aquamarine #5EFACD

Color information

#5EFACD (or 0x5EFACD) is unknown color: approx Aquamarine. HEX triplet: 5E, FA and CD. RGB value is (94,250,205). Sum of RGB (Red+Green+Blue) = 94+250+205=549 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.12% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFACD is #A10532. Grayscale: #C6C6C6. Windows color (decimal): -10552627 or 13498974. OLE color: 13498974.

HSL color Cylindrical-coordinate representation of color #5EFACD: hue angle of 162.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFACD is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB94250205-
CMYK0.6200.180.02
HSL162.69º93.98%67.45%-
HSV(B)162.69º62.4%98.04%-
XYZ49.8275.1669.64-
YUV198.23131.8253.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.12%
GREEN value IS 250 (98.05% from 255) = 45.54%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=17.12%
G=45.54%
B=37.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942502050.6200.180.02162.6993.9867.45
Hex5EFACD3E0122a35e43
Octal136372315760222243136103
Binary10111101111101011001101111110010010101010001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,250,205); }

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

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

 a { background-color: rgb(94,250,205); }

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

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

 span { border-color: rgb(94,250,205); }

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