#5EF1CA

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

Shades of Aquamarine #5EF1CA

Tints of Aquamarine #5EF1CA

Color information

#5EF1CA (or 0x5EF1CA) is unknown color: approx Aquamarine. HEX triplet: 5E, F1 and CA. RGB value is (94,241,202). Sum of RGB (Red+Green+Blue) = 94+241+202=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF1CA is #A10E35. Grayscale: #C0C0C0. Windows color (decimal): -10554934 or 13300062. OLE color: 13300062.

HSL color Cylindrical-coordinate representation of color #5EF1CA: hue angle of 164.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1CA is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB94241202-
CMYK0.6100.160.05
HSL164.08º84%65.69%-
HSV(B)164.08º61%94.51%-
XYZ46.7369.5566.84-
YUV192.6133.357.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.50%
GREEN value IS 241 (94.53% from 255) = 44.88%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=17.50%
G=44.88%
B=37.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942412020.6100.160.05164.088465.69
Hex5EF1CA3D0105a45442
Octal136361312750205244124102
Binary101111011110001110010101111010100001011010010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,241,202); }

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

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

 a { background-color: rgb(94,241,202); }

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

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

 span { border-color: rgb(94,241,202); }

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