#8BB7AC

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

Shades of Sea Nymph #8BB7AC

Tints of Sea Nymph #8BB7AC

Color information

#8BB7AC (or 0x8BB7AC) is unknown color: approx Sea Nymph. HEX triplet: 8B, B7 and AC. RGB value is (139,183,172). Sum of RGB (Red+Green+Blue) = 139+183+172=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB7AC is #744853. Grayscale: #A8A8A8. Windows color (decimal): -7620692 or 11319179. OLE color: 11319179.

HSL color Cylindrical-coordinate representation of color #8BB7AC: hue angle of 165º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB7AC is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB139183172-
CMYK0.2400.060.28
HSL165º23.4%63.14%-
HSV(B)165º24.04%71.76%-
XYZ35.0342.3345.35-
YUV168.59129.92106.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=28.14%
G=37.04%
B=34.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391831720.2400.060.2816523.463.14
Hex8BB7AC18061Ca5173f
Octal2132672543006342452777
Binary100010111011011110101100110000110111001010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,183,172); }

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

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

 a { background-color: rgb(139,183,172); }

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

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

 span { border-color: rgb(139,183,172); }

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