#76FFDC

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

Shades of Aquamarine #76FFDC

Tints of Aquamarine #76FFDC

Color information

#76FFDC (or 0x76FFDC) is unknown color: approx Aquamarine. HEX triplet: 76, FF and DC. RGB value is (118,255,220). Sum of RGB (Red+Green+Blue) = 118+255+220=593 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.90% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFDC is #890023. Grayscale: #D2D2D2. Windows color (decimal): -8978468 or 14483318. OLE color: 14483318.

HSL color Cylindrical-coordinate representation of color #76FFDC: hue angle of 164.67º 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 #76FFDC is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB118255220-
CMYK0.5400.140
HSL164.67º100%73.14%-
HSV(B)164.67º53.73%100%-
XYZ56.1580.5480.3-
YUV210.05133.6162.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.90%
GREEN value IS 255 (100% from 255) = 43.00%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=19.90%
G=43.00%
B=37.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1182552200.5400.140164.6710073.14
Hex76FFDC360E0a56449
Octal166377334660160245144111
Binary111011011111111110111001101100111001010010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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