#76FDAD

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

Shades of Aquamarine #76FDAD

Tints of Aquamarine #76FDAD

Color information

#76FDAD (or 0x76FDAD) is unknown color: approx Aquamarine. HEX triplet: 76, FD and AD. RGB value is (118,253,173). Sum of RGB (Red+Green+Blue) = 118+253+173=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FDAD is #890252. Grayscale: #CBCBCB. Windows color (decimal): -8979027 or 11402614. OLE color: 11402614.

HSL color Cylindrical-coordinate representation of color #76FDAD: hue angle of 144.44º 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 #76FDAD is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB118253173-
CMYK0.5300.320.01
HSL144.44º97.12%72.75%-
HSV(B)144.44º53.36%99.22%-
XYZ50.1477.1251.78-
YUV203.52110.7767-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.69%
GREEN value IS 253 (99.22% from 255) = 46.51%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=21.69%
G=46.51%
B=31.80%

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
Decimal1182531730.5300.320.01144.4497.1272.75
Hex76FDAD350201906149
Octal166375255650401220141111
Binary11101101111110110101101110101010000011001000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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