#76F3C1

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

Shades of Aquamarine #76F3C1

Tints of Aquamarine #76F3C1

Color information

#76F3C1 (or 0x76F3C1) is unknown color: approx Aquamarine. HEX triplet: 76, F3 and C1. RGB value is (118,243,193). Sum of RGB (Red+Green+Blue) = 118+243+193=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #76F3C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F3C1 is #890C3E. Grayscale: #C8C8C8. Windows color (decimal): -8981567 or 12710774. OLE color: 12710774.

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

Color convert

RGB118243193-
CMYK0.5100.210.05
HSL156º83.89%70.78%-
HSV(B)156º51.44%95.29%-
XYZ49.1571.861.72-
YUV199.92124.0969.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.30%
GREEN value IS 243 (95.31% from 255) = 43.86%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=21.30%
G=43.86%
B=34.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182431930.5100.210.0515683.8970.78
Hex76F3C13301559c5447
Octal166363301630255234124107
Binary111011011110011110000011100110101011011001110010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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