#76F1DC

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

Shades of Aquamarine #76F1DC

Tints of Aquamarine #76F1DC

Color information

#76F1DC (or 0x76F1DC) is unknown color: approx Aquamarine. HEX triplet: 76, F1 and DC. RGB value is (118,241,220). Sum of RGB (Red+Green+Blue) = 118+241+220=579 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.38% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #76F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F1DC is #890E23. Grayscale: #C9C9C9. Windows color (decimal): -8982052 or 14479734. OLE color: 14479734.

HSL color Cylindrical-coordinate representation of color #76F1DC: hue angle of 169.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F1DC is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB118241220-
CMYK0.5100.090.05
HSL169.76º81.46%70.39%-
HSV(B)169.76º51.04%94.51%-
XYZ51.8471.9378.86-
YUV201.83138.2568.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.38%
GREEN value IS 241 (94.53% from 255) = 41.62%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=20.38%
G=41.62%
B=38.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182412200.5100.090.05169.7681.4670.39
Hex76F1DC33095aa5146
Octal166361334630115252121106
Binary11101101111000111011100110011010011011010101010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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