#8BB6AC

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

Shades of Sea Nymph #8BB6AC

Tints of Sea Nymph #8BB6AC

Color information

#8BB6AC (or 0x8BB6AC) is unknown color: approx Sea Nymph. HEX triplet: 8B, B6 and AC. RGB value is (139,182,172). Sum of RGB (Red+Green+Blue) = 139+182+172=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB6AC is #744953. Grayscale: #A8A8A8. Windows color (decimal): -7620948 or 11318923. OLE color: 11318923.

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

Color convert

RGB139182172-
CMYK0.2400.050.29
HSL166.05º22.75%62.94%-
HSV(B)166.05º23.63%71.37%-
XYZ34.8241.9245.29-
YUV168130.25107.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=28.19%
G=36.92%
B=34.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391821720.2400.050.29166.0522.7562.94
Hex8BB6AC18051Da6173f
Octal2132662543005352462777
Binary100010111011011010101100110000101111011010011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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