#7FB29F

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

Shades of Sea Nymph #7FB29F

Tints of Sea Nymph #7FB29F

Color information

#7FB29F (or 0x7FB29F) is unknown color: approx Sea Nymph. HEX triplet: 7F, B2 and 9F. RGB value is (127,178,159). Sum of RGB (Red+Green+Blue) = 127+178+159=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB29F is #804D60. Grayscale: #A0A0A0. Windows color (decimal): -8408417 or 10465919. OLE color: 10465919.

HSL color Cylindrical-coordinate representation of color #7FB29F: hue angle of 157.65º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB29F is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB127178159-
CMYK0.2900.110.30
HSL157.65º24.88%59.8%-
HSV(B)157.65º28.65%69.8%-
XYZ30.9338.8638.67-
YUV160.58127.1104.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.37%
GREEN value IS 178 (69.92% from 255) = 38.36%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=27.37%
G=38.36%
B=34.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271781590.2900.110.30157.6524.8859.8
Hex7FB29F1D0B1E9e193c
Octal17726223735013362363174
Binary111111110110010100111111110101011111101001111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,178,159); }

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

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

 a { background-color: rgb(127,178,159); }

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

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

 span { border-color: rgb(127,178,159); }

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