#77F8DC

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

Shades of Aquamarine #77F8DC

Tints of Aquamarine #77F8DC

Color information

#77F8DC (or 0x77F8DC) is unknown color: approx Aquamarine. HEX triplet: 77, F8 and DC. RGB value is (119,248,220). Sum of RGB (Red+Green+Blue) = 119+248+220=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F8DC is #880723. Grayscale: #CECECE. Windows color (decimal): -8914724 or 14481527. OLE color: 14481527.

HSL color Cylindrical-coordinate representation of color #77F8DC: hue angle of 166.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 #77F8DC is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB119248220-
CMYK0.5200.110.03
HSL166.98º90.21%71.96%-
HSV(B)166.98º52.02%97.25%-
XYZ54.0976.2279.57-
YUV206.24135.7665.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.27%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=20.27%
G=42.25%
B=37.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192482200.5200.110.03166.9890.2171.96
Hex77F8DC340B3a75a48
Octal167370334640133247132110
Binary1110111111110001101110011010001011111010011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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