#8BB0A0

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

Shades of Sea Nymph #8BB0A0

Tints of Sea Nymph #8BB0A0

Color information

#8BB0A0 (or 0x8BB0A0) is unknown color: approx Sea Nymph. HEX triplet: 8B, B0 and A0. RGB value is (139,176,160). Sum of RGB (Red+Green+Blue) = 139+176+160=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB0A0 is #744F5F. Grayscale: #A3A3A3. Windows color (decimal): -7622496 or 10530955. OLE color: 10530955.

HSL color Cylindrical-coordinate representation of color #8BB0A0: hue angle of 154.05º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BB0A0 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB139176160-
CMYK0.2100.090.31
HSL154.05º18.97%61.76%-
HSV(B)154.05º21.02%69.02%-
XYZ32.5239.0839.09-
YUV163.11126.24110.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=29.26%
G=37.05%
B=33.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391761600.2100.090.31154.0518.9761.76
Hex8BB0A015091F9a133e
Octal21326024025011372322376
Binary1000101110110000101000001010101001111111001101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,160); }

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

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

 a { background-color: rgb(139,176,160); }

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

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

 span { border-color: rgb(139,176,160); }

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