#7EAA9F

Color #7EAA9F Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #7EAA9F

Tints of Sea Nymph #7EAA9F

Color information

#7EAA9F (or 0x7EAA9F) is unknown color: approx Sea Nymph. HEX triplet: 7E, AA and 9F. RGB value is (126,170,159). Sum of RGB (Red+Green+Blue) = 126+170+159=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAA9F is #815560. Grayscale: #9B9B9B. Windows color (decimal): -8476001 or 10463870. OLE color: 10463870.

HSL color Cylindrical-coordinate representation of color #7EAA9F: hue angle of 165º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EAA9F is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB126170159-
CMYK0.2600.060.33
HSL165º20.56%58.04%-
HSV(B)165º25.88%66.67%-
XYZ29.2435.6938.15-
YUV155.59129.92106.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.69%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=27.69%
G=37.36%
B=34.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261701590.2600.060.3316520.5658.04
Hex7EAA9F1A0621a5153a
Octal1762522373206412452572
Binary111111010101010100111111101001101000011010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EAA9F; }

 p { color: rgb(126,170,159); }

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

<style>
 a { background-color: #7EAA9F; }

 a { background-color: rgb(126,170,159); }

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

<style>
 span { border-color: #7EAA9F; }

 span { border-color: rgb(126,170,159); }

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