#8BB0A8

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

Shades of Sea Nymph #8BB0A8

Tints of Sea Nymph #8BB0A8

Color information

#8BB0A8 (or 0x8BB0A8) is unknown color: approx Sea Nymph. HEX triplet: 8B, B0 and A8. RGB value is (139,176,168). Sum of RGB (Red+Green+Blue) = 139+176+168=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB0A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB0A8 is #744F57. Grayscale: #A4A4A4. Windows color (decimal): -7622488 or 11055243. OLE color: 11055243.

HSL color Cylindrical-coordinate representation of color #8BB0A8: hue angle of 167.03º 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 #8BB0A8 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB139176168-
CMYK0.2100.050.31
HSL167.03º18.97%61.76%-
HSV(B)167.03º21.02%69.02%-
XYZ33.2439.3742.89-
YUV164.02130.24110.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.78%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 168 (66.02% from 255) = 34.78%
R=28.78%
G=36.44%
B=34.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391761680.2100.050.31167.0318.9761.76
Hex8BB0A815051Fa7133e
Octal2132602502505372472376
Binary100010111011000010101000101010101111111010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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