#81B0A7

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

Shades of Sea Nymph #81B0A7

Tints of Sea Nymph #81B0A7

Color information

#81B0A7 (or 0x81B0A7) is unknown color: approx Sea Nymph. HEX triplet: 81, B0 and A7. RGB value is (129,176,167). Sum of RGB (Red+Green+Blue) = 129+176+167=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #81B0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B0A7 is #7E4F58. Grayscale: #A0A0A0. Windows color (decimal): -8277849 or 10989697. OLE color: 10989697.

HSL color Cylindrical-coordinate representation of color #81B0A7: hue angle of 168.51º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81B0A7 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB129176167-
CMYK0.2700.050.31
HSL168.51º22.93%59.8%-
HSV(B)168.51º26.7%69.02%-
XYZ31.5538.5142.33-
YUV160.92131.43105.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=27.33%
G=37.29%
B=35.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291761670.2700.050.31168.5122.9359.8
Hex81B0A71B051Fa9173c
Octal2012602473305372512774
Binary100000011011000010100111110110101111111010100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B0A7; }

 p { color: rgb(129,176,167); }

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

<style>
 a { background-color: #81B0A7; }

 a { background-color: rgb(129,176,167); }

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

<style>
 span { border-color: #81B0A7; }

 span { border-color: rgb(129,176,167); }

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