#5EFFBE

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

Shades of Aquamarine #5EFFBE

Tints of Aquamarine #5EFFBE

Color information

#5EFFBE (or 0x5EFFBE) is unknown color: approx Aquamarine. HEX triplet: 5E, FF and BE. RGB value is (94,255,190). Sum of RGB (Red+Green+Blue) = 94+255+190=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFFBE is #A10041. Grayscale: #C7C7C7. Windows color (decimal): -10551362 or 12517214. OLE color: 12517214.

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

Color convert

RGB94255190-
CMYK0.6300.250
HSL155.78º100%68.43%-
HSV(B)155.78º63.14%100%-
XYZ49.6777.6261.08-
YUV199.45122.6652.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.44%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=17.44%
G=47.31%
B=35.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal942551900.6300.250155.7810068.43
Hex5EFFBE3F01909c6444
Octal136377276770310234144104
Binary1011110111111111011111011111101100101001110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,255,190); }

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

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

 a { background-color: rgb(94,255,190); }

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

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

 span { border-color: rgb(94,255,190); }

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