#76F3C2

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

Shades of Aquamarine #76F3C2

Tints of Aquamarine #76F3C2

Color information

#76F3C2 (or 0x76F3C2) is unknown color: approx Aquamarine. HEX triplet: 76, F3 and C2. RGB value is (118,243,194). Sum of RGB (Red+Green+Blue) = 118+243+194=555 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.26% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #76F3C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F3C2 is #890C3D. Grayscale: #C8C8C8. Windows color (decimal): -8981566 or 12776310. OLE color: 12776310.

HSL color Cylindrical-coordinate representation of color #76F3C2: hue angle of 156.48º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F3C2 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB118243194-
CMYK0.5100.200.05
HSL156.48º83.89%70.78%-
HSV(B)156.48º51.44%95.29%-
XYZ49.2671.8562.31-
YUV200.04124.5969.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.26%
GREEN value IS 243 (95.31% from 255) = 43.78%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=21.26%
G=43.78%
B=34.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182431940.5100.200.05156.4883.8970.78
Hex76F3C23301459c5447
Octal166363302630245234124107
Binary111011011110011110000101100110101001011001110010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,243,194); }

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

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

 a { background-color: rgb(118,243,194); }

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

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

 span { border-color: rgb(118,243,194); }

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