#76F5BE

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

Shades of Aquamarine #76F5BE

Tints of Aquamarine #76F5BE

Color information

#76F5BE (or 0x76F5BE) is unknown color: approx Aquamarine. HEX triplet: 76, F5 and BE. RGB value is (118,245,190). Sum of RGB (Red+Green+Blue) = 118+245+190=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #76F5BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F5BE is #890A41. Grayscale: #C8C8C8. Windows color (decimal): -8981058 or 12514678. OLE color: 12514678.

HSL color Cylindrical-coordinate representation of color #76F5BE: hue angle of 154.02º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F5BE is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB118245190-
CMYK0.5200.220.04
HSL154.02º86.39%71.18%-
HSV(B)154.02º51.84%96.08%-
XYZ49.4272.8760.18-
YUV200.76121.9268.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.34%
GREEN value IS 245 (96.09% from 255) = 44.30%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=21.34%
G=44.30%
B=34.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182451900.5200.220.04154.0286.3971.18
Hex76F5BE3401649a5647
Octal166365276640264232126107
Binary111011011110101101111101101000101101001001101010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76F5BE; }

 p { color: rgb(118,245,190); }

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

<style>
 a { background-color: #76F5BE; }

 a { background-color: rgb(118,245,190); }

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

<style>
 span { border-color: #76F5BE; }

 span { border-color: rgb(118,245,190); }

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