#5EFBBE

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

Shades of Aquamarine #5EFBBE

Tints of Aquamarine #5EFBBE

Color information

#5EFBBE (or 0x5EFBBE) is unknown color: approx Aquamarine. HEX triplet: 5E, FB and BE. RGB value is (94,251,190). Sum of RGB (Red+Green+Blue) = 94+251+190=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFBBE is #A10441. Grayscale: #C5C5C5. Windows color (decimal): -10552386 or 12516190. OLE color: 12516190.

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

Color convert

RGB94251190-
CMYK0.6300.240.02
HSL156.69º95.15%67.65%-
HSV(B)156.69º62.55%98.43%-
XYZ48.4175.0960.66-
YUV197.1123.9954.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.57%
GREEN value IS 251 (98.44% from 255) = 46.92%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=17.57%
G=46.92%
B=35.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942511900.6300.240.02156.6995.1567.65
Hex5EFBBE3F01829d5f44
Octal136373276770302235137104
Binary10111101111101110111110111111011000101001110110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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