#8BB8AC

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

Shades of Sea Nymph #8BB8AC

Tints of Sea Nymph #8BB8AC

Color information

#8BB8AC (or 0x8BB8AC) is unknown color: approx Sea Nymph. HEX triplet: 8B, B8 and AC. RGB value is (139,184,172). Sum of RGB (Red+Green+Blue) = 139+184+172=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB8AC is #744753. Grayscale: #A9A9A9. Windows color (decimal): -7620436 or 11319435. OLE color: 11319435.

HSL color Cylindrical-coordinate representation of color #8BB8AC: hue angle of 164º degrees, saturation: 0.24, 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 #8BB8AC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB139184172-
CMYK0.2400.070.28
HSL164º24.06%63.33%-
HSV(B)164º24.46%72.16%-
XYZ35.2342.7545.42-
YUV169.18129.59106.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=28.08%
G=37.17%
B=34.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391841720.2400.070.2816424.0663.33
Hex8BB8AC18071Ca4183f
Octal2132702543007342443077
Binary100010111011100010101100110000111111001010010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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