#76EFD0

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

Shades of Aquamarine #76EFD0

Tints of Aquamarine #76EFD0

Color information

#76EFD0 (or 0x76EFD0) is unknown color: approx Aquamarine. HEX triplet: 76, EF and D0. RGB value is (118,239,208). Sum of RGB (Red+Green+Blue) = 118+239+208=565 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.88% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFD0 is #89102F. Grayscale: #C7C7C7. Windows color (decimal): -8982576 or 13692790. OLE color: 13692790.

HSL color Cylindrical-coordinate representation of color #76EFD0: hue angle of 164.63º 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 #76EFD0 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB118239208-
CMYK0.5100.130.06
HSL164.63º79.08%70%-
HSV(B)164.63º50.63%93.73%-
XYZ49.7270.1470.59-
YUV199.29132.9170.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.88%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=20.88%
G=42.30%
B=36.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182392080.5100.130.06164.6379.0870
Hex76EFD0330D6a54f46
Octal166357320630156245117106
Binary11101101110111111010000110011011011101010010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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