#7FBAA2

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

Shades of Sea Nymph #7FBAA2

Tints of Sea Nymph #7FBAA2

Color information

#7FBAA2 (or 0x7FBAA2) is unknown color: approx Sea Nymph. HEX triplet: 7F, BA and A2. RGB value is (127,186,162). Sum of RGB (Red+Green+Blue) = 127+186+162=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBAA2 is #80455D. Grayscale: #A5A5A5. Windows color (decimal): -8406366 or 10664575. OLE color: 10664575.

HSL color Cylindrical-coordinate representation of color #7FBAA2: hue angle of 155.59º 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 #7FBAA2 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB127186162-
CMYK0.3200.130.27
HSL155.59º29.95%61.37%-
HSV(B)155.59º31.72%72.94%-
XYZ32.8342.2440.6-
YUV165.62125.95100.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=26.74%
G=39.16%
B=34.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861620.3200.130.27155.5929.9561.37
Hex7FBAA2200D1B9c1e3d
Octal17727224240015332343675
Binary1111111101110101010001010000001101110111001110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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