#76F7E1

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

Shades of Aquamarine #76F7E1

Tints of Aquamarine #76F7E1

Color information

#76F7E1 (or 0x76F7E1) is unknown color: approx Aquamarine. HEX triplet: 76, F7 and E1. RGB value is (118,247,225). Sum of RGB (Red+Green+Blue) = 118+247+225=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F7E1 is #89081E. Grayscale: #CDCDCD. Windows color (decimal): -8980511 or 14808950. OLE color: 14808950.

HSL color Cylindrical-coordinate representation of color #76F7E1: hue angle of 169.77º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F7E1 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB118247225-
CMYK0.5200.090.03
HSL169.77º88.97%71.57%-
HSV(B)169.77º52.23%96.86%-
XYZ54.3275.8183-
YUV205.92138.7665.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20%
GREEN value IS 247 (96.88% from 255) = 41.86%
BLUE value IS 225 (88.28% from 255) = 38.14%
R=20%
G=41.86%
B=38.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182472250.5200.090.03169.7788.9771.57
Hex76F7E134093aa5948
Octal166367341640113252131110
Binary1110110111101111110000111010001001111010101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,247,225); }

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

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

 a { background-color: rgb(118,247,225); }

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

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

 span { border-color: rgb(118,247,225); }

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