#8BBAAA

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

Shades of Sea Nymph #8BBAAA

Tints of Sea Nymph #8BBAAA

Color information

#8BBAAA (or 0x8BBAAA) is unknown color: approx Sea Nymph. HEX triplet: 8B, BA and AA. RGB value is (139,186,170). Sum of RGB (Red+Green+Blue) = 139+186+170=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBAAA is #744555. Grayscale: #AAAAAA. Windows color (decimal): -7619926 or 11188875. OLE color: 11188875.

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

Color convert

RGB139186170-
CMYK0.2500.090.27
HSL159.57º25.41%63.73%-
HSV(B)159.57º25.27%72.94%-
XYZ35.4643.5144.56-
YUV170.12127.93105.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=28.08%
G=37.58%
B=34.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391861700.2500.090.27159.5725.4163.73
Hex8BBAAA19091Ba01940
Octal213272252310113324031100
Binary10001011101110101010101011001010011101110100000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,170); }

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

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

 a { background-color: rgb(139,186,170); }

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

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

 span { border-color: rgb(139,186,170); }

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