#76FAC9

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

Shades of Aquamarine #76FAC9

Tints of Aquamarine #76FAC9

Color information

#76FAC9 (or 0x76FAC9) is unknown color: approx Aquamarine. HEX triplet: 76, FA and C9. RGB value is (118,250,201). Sum of RGB (Red+Green+Blue) = 118+250+201=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #76FAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FAC9 is #890536. Grayscale: #CDCDCD. Windows color (decimal): -8979767 or 13236854. OLE color: 13236854.

HSL color Cylindrical-coordinate representation of color #76FAC9: hue angle of 157.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FAC9 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB118250201-
CMYK0.5300.200.02
HSL157.73º92.96%72.16%-
HSV(B)157.73º52.8%98.04%-
XYZ52.276.4467.26-
YUV204.95125.7765.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.74%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=20.74%
G=43.94%
B=35.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182502010.5300.200.02157.7392.9672.16
Hex76FAC93501429e5d48
Octal166372311650242236135110
Binary11101101111101011001001110101010100101001111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,250,201); }

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

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

 a { background-color: rgb(118,250,201); }

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

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

 span { border-color: rgb(118,250,201); }

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