#76FFC5

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

Shades of Aquamarine #76FFC5

Tints of Aquamarine #76FFC5

Color information

#76FFC5 (or 0x76FFC5) is unknown color: approx Aquamarine. HEX triplet: 76, FF and C5. RGB value is (118,255,197). Sum of RGB (Red+Green+Blue) = 118+255+197=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFC5 is #89003A. Grayscale: #CFCFCF. Windows color (decimal): -8978491 or 12975990. OLE color: 12975990.

HSL color Cylindrical-coordinate representation of color #76FFC5: hue angle of 154.6º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFC5 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB118255197-
CMYK0.5400.230
HSL154.6º100%73.14%-
HSV(B)154.6º53.73%100%-
XYZ53.3179.465.34-
YUV207.42122.1164.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.70%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=20.70%
G=44.74%
B=34.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1182551970.5400.230154.610073.14
Hex76FFC53601709b6449
Octal166377305660270233144111
Binary1110110111111111100010111011001011101001101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,255,197); }

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

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

 a { background-color: rgb(118,255,197); }

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

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

 span { border-color: rgb(118,255,197); }

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