#7DA99F

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

Shades of Sea Nymph #7DA99F

Tints of Sea Nymph #7DA99F

Color information

#7DA99F (or 0x7DA99F) is unknown color: approx Sea Nymph. HEX triplet: 7D, A9 and 9F. RGB value is (125,169,159). Sum of RGB (Red+Green+Blue) = 125+169+159=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA99F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA99F is #825660. Grayscale: #9A9A9A. Windows color (decimal): -8541793 or 10463613. OLE color: 10463613.

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

Color convert

RGB125169159-
CMYK0.2600.060.34
HSL166.36º20.37%57.65%-
HSV(B)166.36º26.04%66.27%-
XYZ28.935.2438.08-
YUV154.7130.42106.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.59%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=27.59%
G=37.31%
B=35.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1251691590.2600.060.34166.3620.3757.65
Hex7DA99F1A0622a6143a
Octal1752512373206422462472
Binary111110110101001100111111101001101000101010011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,169,159); }

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

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

 a { background-color: rgb(125,169,159); }

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

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

 span { border-color: rgb(125,169,159); }

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