#77FEBD

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

Shades of Aquamarine #77FEBD

Tints of Aquamarine #77FEBD

Color information

#77FEBD (or 0x77FEBD) is unknown color: approx Aquamarine. HEX triplet: 77, FE and BD. RGB value is (119,254,189). Sum of RGB (Red+Green+Blue) = 119+254+189=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FEBD is #880142. Grayscale: #CECECE. Windows color (decimal): -8913219 or 12451447. OLE color: 12451447.

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

Color convert

RGB119254189-
CMYK0.5300.260.00
HSL151.11º98.54%73.14%-
HSV(B)151.11º53.15%99.61%-
XYZ52.2378.4860.54-
YUV206.22118.2765.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.17%
GREEN value IS 254 (99.61% from 255) = 45.20%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=21.17%
G=45.20%
B=33.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1192541890.5300.260.00151.1198.5473.14
Hex77FEBD3501A0976349
Octal167376275650320227143111
Binary1110111111111101011110111010101101001001011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77FEBD; }

 p { color: rgb(119,254,189); }

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

<style>
 a { background-color: #77FEBD; }

 a { background-color: rgb(119,254,189); }

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

<style>
 span { border-color: #77FEBD; }

 span { border-color: rgb(119,254,189); }

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