#7FB7A1

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

Shades of Sea Nymph #7FB7A1

Tints of Sea Nymph #7FB7A1

Color information

#7FB7A1 (or 0x7FB7A1) is unknown color: approx Sea Nymph. HEX triplet: 7F, B7 and A1. RGB value is (127,183,161). Sum of RGB (Red+Green+Blue) = 127+183+161=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB7A1 is #80485E. Grayscale: #A3A3A3. Windows color (decimal): -8407135 or 10598271. OLE color: 10598271.

HSL color Cylindrical-coordinate representation of color #7FB7A1: hue angle of 156.43º 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 #7FB7A1 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB127183161-
CMYK0.3100.120.28
HSL156.43º28%60.78%-
HSV(B)156.43º30.6%71.76%-
XYZ32.1240.9539.93-
YUV163.75126.45101.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.96%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=26.96%
G=38.85%
B=34.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1271831610.3100.120.28156.432860.78
Hex7FB7A11F0C1C9c1c3d
Octal17726724137014342343475
Binary111111110110111101000011111101100111001001110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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