#76F7DC

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

Shades of Aquamarine #76F7DC

Tints of Aquamarine #76F7DC

Color information

#76F7DC (or 0x76F7DC) is unknown color: approx Aquamarine. HEX triplet: 76, F7 and DC. RGB value is (118,247,220). Sum of RGB (Red+Green+Blue) = 118+247+220=585 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.17% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F7DC is #890823. Grayscale: #CDCDCD. Windows color (decimal): -8980516 or 14481270. OLE color: 14481270.

HSL color Cylindrical-coordinate representation of color #76F7DC: hue angle of 167.44º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F7DC is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB118247220-
CMYK0.5200.110.03
HSL167.44º88.97%71.57%-
HSV(B)167.44º52.23%96.86%-
XYZ53.6575.5479.46-
YUV205.35136.2665.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.17%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=20.17%
G=42.22%
B=37.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182472200.5200.110.03167.4488.9771.57
Hex76F7DC340B3a75948
Octal166367334640133247131110
Binary1110110111101111101110011010001011111010011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,247,220); }

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

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

 a { background-color: rgb(118,247,220); }

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

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

 span { border-color: rgb(118,247,220); }

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