#76EBD6

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

Shades of Aquamarine #76EBD6

Tints of Aquamarine #76EBD6

Color information

#76EBD6 (or 0x76EBD6) is unknown color: approx Aquamarine. HEX triplet: 76, EB and D6. RGB value is (118,235,214). Sum of RGB (Red+Green+Blue) = 118+235+214=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EBD6 is #891429. Grayscale: #C5C5C5. Windows color (decimal): -8983594 or 14084982. OLE color: 14084982.

HSL color Cylindrical-coordinate representation of color #76EBD6: hue angle of 169.23º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EBD6 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB118235214-
CMYK0.5000.090.08
HSL169.23º74.52%69.22%-
HSV(B)169.23º49.79%92.16%-
XYZ49.3268.1274.17-
YUV197.62137.2471.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.81%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 214 (83.98% from 255) = 37.74%
R=20.81%
G=41.45%
B=37.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182352140.5000.090.08169.2374.5269.22
Hex76EBD632098a94b45
Octal1663533266201110251113105
Binary111011011101011110101101100100100110001010100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,235,214); }

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

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

 a { background-color: rgb(118,235,214); }

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

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

 span { border-color: rgb(118,235,214); }

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