#7FB7A7

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

Shades of Sea Nymph #7FB7A7

Tints of Sea Nymph #7FB7A7

Color information

#7FB7A7 (or 0x7FB7A7) is unknown color: approx Sea Nymph. HEX triplet: 7F, B7 and A7. RGB value is (127,183,167). Sum of RGB (Red+Green+Blue) = 127+183+167=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB7A7 is #804858. Grayscale: #A4A4A4. Windows color (decimal): -8407129 or 10991487. OLE color: 10991487.

HSL color Cylindrical-coordinate representation of color #7FB7A7: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB7A7 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB127183167-
CMYK0.3100.090.28
HSL162.86º28%60.78%-
HSV(B)162.86º30.6%71.76%-
XYZ32.6641.1742.78-
YUV164.43129.45101.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.62%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 167 (65.62% from 255) = 35.01%
R=26.62%
G=38.36%
B=35.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1271831670.3100.090.28162.862860.78
Hex7FB7A71F091Ca31c3d
Octal17726724737011342433475
Binary111111110110111101001111111101001111001010001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,183,167); }

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

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

 a { background-color: rgb(127,183,167); }

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

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

 span { border-color: rgb(127,183,167); }

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