#76FECB

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

Shades of Aquamarine #76FECB

Tints of Aquamarine #76FECB

Color information

#76FECB (or 0x76FECB) is unknown color: approx Aquamarine. HEX triplet: 76, FE and CB. RGB value is (118,254,203). Sum of RGB (Red+Green+Blue) = 118+254+203=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #76FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FECB is #890134. Grayscale: #CFCFCF. Windows color (decimal): -8978741 or 13368950. OLE color: 13368950.

HSL color Cylindrical-coordinate representation of color #76FECB: hue angle of 157.5º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FECB is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB118254203-
CMYK0.5400.200.00
HSL157.5º98.55%72.94%-
HSV(B)157.5º53.54%99.61%-
XYZ53.6979.0568.93-
YUV207.52125.4464.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.52%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=20.52%
G=44.17%
B=35.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1182542030.5400.200.00157.598.5572.94
Hex76FECB3601409e6349
Octal166376313660240236143111
Binary1110110111111101100101111011001010001001111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,254,203); }

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

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

 a { background-color: rgb(118,254,203); }

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

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

 span { border-color: rgb(118,254,203); }

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