#7FBAA8

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

Shades of Sea Nymph #7FBAA8

Tints of Sea Nymph #7FBAA8

Color information

#7FBAA8 (or 0x7FBAA8) is unknown color: approx Sea Nymph. HEX triplet: 7F, BA and A8. RGB value is (127,186,168). Sum of RGB (Red+Green+Blue) = 127+186+168=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBAA8 is #804557. Grayscale: #A6A6A6. Windows color (decimal): -8406360 or 11057791. OLE color: 11057791.

HSL color Cylindrical-coordinate representation of color #7FBAA8: hue angle of 161.69º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBAA8 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB127186168-
CMYK0.3200.100.27
HSL161.69º29.95%61.37%-
HSV(B)161.69º31.72%72.94%-
XYZ33.3842.4643.48-
YUV166.31128.9599.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.40%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 168 (66.02% from 255) = 34.93%
R=26.40%
G=38.67%
B=34.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861680.3200.100.27161.6929.9561.37
Hex7FBAA8200A1Ba21e3d
Octal17727225040012332423675
Binary1111111101110101010100010000001010110111010001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,168); }

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

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

 a { background-color: rgb(127,186,168); }

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

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

 span { border-color: rgb(127,186,168); }

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