#77F5C0

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

Shades of Aquamarine #77F5C0

Tints of Aquamarine #77F5C0

Color information

#77F5C0 (or 0x77F5C0) is unknown color: approx Aquamarine. HEX triplet: 77, F5 and C0. RGB value is (119,245,192). Sum of RGB (Red+Green+Blue) = 119+245+192=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #77F5C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F5C0 is #880A3F. Grayscale: #C9C9C9. Windows color (decimal): -8915520 or 12645751. OLE color: 12645751.

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

Color convert

RGB119245192-
CMYK0.5100.220.04
HSL154.76º86.3%71.37%-
HSV(B)154.76º51.43%96.08%-
XYZ49.7773.0361.34-
YUV201.28122.7669.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.40%
GREEN value IS 245 (96.09% from 255) = 44.06%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=21.40%
G=44.06%
B=34.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1192451920.5100.220.04154.7686.371.37
Hex77F5C03301649b5647
Octal167365300630264233126107
Binary111011111110101110000001100110101101001001101110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,245,192); }

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

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

 a { background-color: rgb(119,245,192); }

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

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

 span { border-color: rgb(119,245,192); }

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