#76EFD5

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

Shades of Aquamarine #76EFD5

Tints of Aquamarine #76EFD5

Color information

#76EFD5 (or 0x76EFD5) is unknown color: approx Aquamarine. HEX triplet: 76, EF and D5. RGB value is (118,239,213). Sum of RGB (Red+Green+Blue) = 118+239+213=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFD5 is #89102A. Grayscale: #C7C7C7. Windows color (decimal): -8982571 or 14020470. OLE color: 14020470.

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

Color convert

RGB118239213-
CMYK0.5100.110.06
HSL167.11º79.08%70%-
HSV(B)167.11º50.63%93.73%-
XYZ50.3570.3973.88-
YUV199.86135.4169.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.70%
GREEN value IS 239 (93.75% from 255) = 41.93%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=20.70%
G=41.93%
B=37.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182392130.5100.110.06167.1179.0870
Hex76EFD5330B6a74f46
Octal166357325630136247117106
Binary11101101110111111010101110011010111101010011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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