#5EFACF

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

Shades of Aquamarine #5EFACF

Tints of Aquamarine #5EFACF

Color information

#5EFACF (or 0x5EFACF) is unknown color: approx Aquamarine. HEX triplet: 5E, FA and CF. RGB value is (94,250,207). Sum of RGB (Red+Green+Blue) = 94+250+207=551 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.06% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFACF is #A10530. Grayscale: #C6C6C6. Windows color (decimal): -10552625 or 13630046. OLE color: 13630046.

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

Color convert

RGB94250207-
CMYK0.6200.170.02
HSL163.46º93.98%67.45%-
HSV(B)163.46º62.4%98.04%-
XYZ50.0675.2670.92-
YUV198.45132.8253.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.06%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=17.06%
G=45.37%
B=37.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942502070.6200.170.02163.4693.9867.45
Hex5EFACF3E0112a35e43
Octal136372317760212243136103
Binary10111101111101011001111111110010001101010001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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