#76F9C8

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

Shades of Aquamarine #76F9C8

Tints of Aquamarine #76F9C8

Color information

#76F9C8 (or 0x76F9C8) is unknown color: approx Aquamarine. HEX triplet: 76, F9 and C8. RGB value is (118,249,200). Sum of RGB (Red+Green+Blue) = 118+249+200=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #76F9C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F9C8 is #890637. Grayscale: #CCCCCC. Windows color (decimal): -8980024 or 13171062. OLE color: 13171062.

HSL color Cylindrical-coordinate representation of color #76F9C8: hue angle of 157.56º degrees, saturation: 0.92, 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 #76F9C8 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB118249200-
CMYK0.5300.200.02
HSL157.56º91.61%71.96%-
HSV(B)157.56º52.61%97.65%-
XYZ51.7775.7766.54-
YUV204.24125.666.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.81%
GREEN value IS 249 (97.66% from 255) = 43.92%
BLUE value IS 200 (78.52% from 255) = 35.27%
R=20.81%
G=43.92%
B=35.27%

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
Decimal1182492000.5300.200.02157.5691.6171.96
Hex76F9C83501429e5c48
Octal166371310650242236134110
Binary11101101111100111001000110101010100101001111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,249,200); }

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

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

 a { background-color: rgb(118,249,200); }

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

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

 span { border-color: rgb(118,249,200); }

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