#77FEDF

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

Shades of Aquamarine #77FEDF

Tints of Aquamarine #77FEDF

Color information

#77FEDF (or 0x77FEDF) is unknown color: approx Aquamarine. HEX triplet: 77, FE and DF. RGB value is (119,254,223). Sum of RGB (Red+Green+Blue) = 119+254+223=596 (78% of max value = 765). Red value is 119 (46.88% from 255 or 19.97% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FEDF is #880120. Grayscale: #D2D2D2. Windows color (decimal): -8913185 or 14679671. OLE color: 14679671.

HSL color Cylindrical-coordinate representation of color #77FEDF: hue angle of 166.22º 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 #77FEDF is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB119254223-
CMYK0.5300.120.00
HSL166.22º98.54%73.14%-
HSV(B)166.22º53.15%99.61%-
XYZ56.3780.1382.31-
YUV210.1135.2763.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.97%
GREEN value IS 254 (99.61% from 255) = 42.62%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=19.97%
G=42.62%
B=37.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1192542230.5300.120.00166.2298.5473.14
Hex77FEDF350C0a66349
Octal167376337650140246143111
Binary111011111111110110111111101010110001010011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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