#77FDAD

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

Shades of Aquamarine #77FDAD

Tints of Aquamarine #77FDAD

Color information

#77FDAD (or 0x77FDAD) is unknown color: approx Aquamarine. HEX triplet: 77, FD and AD. RGB value is (119,253,173). Sum of RGB (Red+Green+Blue) = 119+253+173=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FDAD is #880252. Grayscale: #CBCBCB. Windows color (decimal): -8913491 or 11402615. OLE color: 11402615.

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

Color convert

RGB119253173-
CMYK0.5300.320.01
HSL144.18º97.1%72.94%-
HSV(B)144.18º52.96%99.22%-
XYZ50.2877.1951.78-
YUV203.81110.6167.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.83%
GREEN value IS 253 (99.22% from 255) = 46.42%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=21.83%
G=46.42%
B=31.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1192531730.5300.320.01144.1897.172.94
Hex77FDAD350201906149
Octal167375255650401220141111
Binary11101111111110110101101110101010000011001000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,253,173); }

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

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

 a { background-color: rgb(119,253,173); }

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

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

 span { border-color: rgb(119,253,173); }

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