#5EFCC4

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

Shades of Aquamarine #5EFCC4

Tints of Aquamarine #5EFCC4

Color information

#5EFCC4 (or 0x5EFCC4) is unknown color: approx Aquamarine. HEX triplet: 5E, FC and C4. RGB value is (94,252,196). Sum of RGB (Red+Green+Blue) = 94+252+196=542 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.34% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFCC4 is #A1033B. Grayscale: #C6C6C6. Windows color (decimal): -10552124 or 12909662. OLE color: 12909662.

HSL color Cylindrical-coordinate representation of color #5EFCC4: hue angle of 158.73º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFCC4 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB94252196-
CMYK0.6300.220.01
HSL158.73º96.34%67.84%-
HSV(B)158.73º62.7%98.82%-
XYZ49.3975.9964.29-
YUV198.37126.6553.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.34%
GREEN value IS 252 (98.83% from 255) = 46.49%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=17.34%
G=46.49%
B=36.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942521960.6300.220.01158.7396.3467.84
Hex5EFCC43F01619f6044
Octal136374304770261237140104
Binary1011110111111001100010011111101011011001111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,252,196); }

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

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

 a { background-color: rgb(94,252,196); }

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

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

 span { border-color: rgb(94,252,196); }

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