#8BBBA9

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

Shades of Sea Nymph #8BBBA9

Tints of Sea Nymph #8BBBA9

Color information

#8BBBA9 (or 0x8BBBA9) is unknown color: approx Sea Nymph. HEX triplet: 8B, BB and A9. RGB value is (139,187,169). Sum of RGB (Red+Green+Blue) = 139+187+169=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBBA9 is #744456. Grayscale: #AAAAAA. Windows color (decimal): -7619671 or 11123595. OLE color: 11123595.

HSL color Cylindrical-coordinate representation of color #8BBBA9: hue angle of 157.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBBA9 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB139187169-
CMYK0.2600.100.27
HSL157.5º26.09%63.92%-
HSV(B)157.5º25.67%73.33%-
XYZ35.5843.8944.13-
YUV170.6127.1105.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=28.08%
G=37.78%
B=34.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391871690.2600.100.27157.526.0963.92
Hex8BBBA91A0A1B9e1a40
Octal213273251320123323632100
Binary10001011101110111010100111010010101101110011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BBBA9; }

 p { color: rgb(139,187,169); }

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

<style>
 a { background-color: #8BBBA9; }

 a { background-color: rgb(139,187,169); }

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

<style>
 span { border-color: #8BBBA9; }

 span { border-color: rgb(139,187,169); }

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