#76EFC1

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

Shades of Aquamarine #76EFC1

Tints of Aquamarine #76EFC1

Color information

#76EFC1 (or 0x76EFC1) is unknown color: approx Aquamarine. HEX triplet: 76, EF and C1. RGB value is (118,239,193). Sum of RGB (Red+Green+Blue) = 118+239+193=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFC1 is #89103E. Grayscale: #C5C5C5. Windows color (decimal): -8982591 or 12709750. OLE color: 12709750.

HSL color Cylindrical-coordinate representation of color #76EFC1: hue angle of 157.19º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EFC1 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB118239193-
CMYK0.5100.190.06
HSL157.19º79.08%70%-
HSV(B)157.19º50.63%93.73%-
XYZ47.9669.4361.33-
YUV197.58125.4171.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.45%
GREEN value IS 239 (93.75% from 255) = 43.45%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=21.45%
G=43.45%
B=35.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182391930.5100.190.06157.1979.0870
Hex76EFC13301369d4f46
Octal166357301630236235117106
Binary111011011101111110000011100110100111101001110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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