#76EDBA

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

Shades of Aquamarine #76EDBA

Tints of Aquamarine #76EDBA

Color information

#76EDBA (or 0x76EDBA) is unknown color: approx Aquamarine. HEX triplet: 76, ED and BA. RGB value is (118,237,186). Sum of RGB (Red+Green+Blue) = 118+237+186=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EDBA is #891245. Grayscale: #C3C3C3. Windows color (decimal): -8983110 or 12250486. OLE color: 12250486.

HSL color Cylindrical-coordinate representation of color #76EDBA: hue angle of 154.29º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EDBA is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB118237186-
CMYK0.5000.220.07
HSL154.29º76.77%69.61%-
HSV(B)154.29º50.21%92.94%-
XYZ46.6267.9757.12-
YUV195.6122.5872.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.81%
GREEN value IS 237 (92.97% from 255) = 43.81%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=21.81%
G=43.81%
B=34.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182371860.5000.220.07154.2976.7769.61
Hex76EDBA3201679a4d46
Octal166355272620267232115106
Binary111011011101101101110101100100101101111001101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,237,186); }

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

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

 a { background-color: rgb(118,237,186); }

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

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

 span { border-color: rgb(118,237,186); }

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