#5EFACC

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

Shades of Aquamarine #5EFACC

Tints of Aquamarine #5EFACC

Color information

#5EFACC (or 0x5EFACC) is unknown color: approx Aquamarine. HEX triplet: 5E, FA and CC. RGB value is (94,250,204). Sum of RGB (Red+Green+Blue) = 94+250+204=548 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.15% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFACC is #A10533. Grayscale: #C6C6C6. Windows color (decimal): -10552628 or 13433438. OLE color: 13433438.

HSL color Cylindrical-coordinate representation of color #5EFACC: hue angle of 162.31º 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 #5EFACC is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB94250204-
CMYK0.6200.180.02
HSL162.31º93.98%67.45%-
HSV(B)162.31º62.4%98.04%-
XYZ49.775.1169.01-
YUV198.11131.3253.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.15%
GREEN value IS 250 (98.05% from 255) = 45.62%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=17.15%
G=45.62%
B=37.23%

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
Decimal942502040.6200.180.02162.3193.9867.45
Hex5EFACC3E0122a25e43
Octal136372314760222242136103
Binary10111101111101011001100111110010010101010001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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