#76EBC6

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

Shades of Aquamarine #76EBC6

Tints of Aquamarine #76EBC6

Color information

#76EBC6 (or 0x76EBC6) is unknown color: approx Aquamarine. HEX triplet: 76, EB and C6. RGB value is (118,235,198). Sum of RGB (Red+Green+Blue) = 118+235+198=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EBC6 is #891439. Grayscale: #C3C3C3. Windows color (decimal): -8983610 or 13036406. OLE color: 13036406.

HSL color Cylindrical-coordinate representation of color #76EBC6: hue angle of 161.03º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EBC6 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB118235198-
CMYK0.5000.160.08
HSL161.03º74.52%69.22%-
HSV(B)161.03º49.79%92.16%-
XYZ47.3767.3563.93-
YUV195.8129.2472.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.42%
GREEN value IS 235 (92.19% from 255) = 42.65%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=21.42%
G=42.65%
B=35.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182351980.5000.160.08161.0374.5269.22
Hex76EBC6320108a14b45
Octal1663533066202010241113105
Binary1110110111010111100011011001001000010001010000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,235,198); }

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

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

 a { background-color: rgb(118,235,198); }

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

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

 span { border-color: rgb(118,235,198); }

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