#77F8B1

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

Shades of Aquamarine #77F8B1

Tints of Aquamarine #77F8B1

Color information

#77F8B1 (or 0x77F8B1) is unknown color: approx Aquamarine. HEX triplet: 77, F8 and B1. RGB value is (119,248,177). Sum of RGB (Red+Green+Blue) = 119+248+177=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F8B1 is #88074E. Grayscale: #C9C9C9. Windows color (decimal): -8914767 or 11663479. OLE color: 11663479.

HSL color Cylindrical-coordinate representation of color #77F8B1: hue angle of 146.98º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F8B1 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB119248177-
CMYK0.5200.290.03
HSL146.98º90.21%71.96%-
HSV(B)146.98º52.02%97.25%-
XYZ49.1174.2353.33-
YUV201.33114.2669.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.88%
GREEN value IS 248 (97.27% from 255) = 45.59%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=21.88%
G=45.59%
B=32.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192481770.5200.290.03146.9890.2171.96
Hex77F8B13401D3935a48
Octal167370261640353223132110
Binary11101111111100010110001110100011101111001001110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,248,177); }

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

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

 a { background-color: rgb(119,248,177); }

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

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

 span { border-color: rgb(119,248,177); }

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