#76FDC7

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

Shades of Aquamarine #76FDC7

Tints of Aquamarine #76FDC7

Color information

#76FDC7 (or 0x76FDC7) is unknown color: approx Aquamarine. HEX triplet: 76, FD and C7. RGB value is (118,253,199). Sum of RGB (Red+Green+Blue) = 118+253+199=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FDC7 is #890238. Grayscale: #CECECE. Windows color (decimal): -8979001 or 13106550. OLE color: 13106550.

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

Color convert

RGB118253199-
CMYK0.5300.210.01
HSL156º97.12%72.75%-
HSV(B)156º53.36%99.22%-
XYZ52.9178.2366.34-
YUV206.48123.7764.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.70%
GREEN value IS 253 (99.22% from 255) = 44.39%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=20.70%
G=44.39%
B=34.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1182531990.5300.210.0115697.1272.75
Hex76FDC73501519c6149
Octal166375307650251234141111
Binary1110110111111011100011111010101010111001110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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