#8BB6AE

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

Shades of Sea Nymph #8BB6AE

Tints of Sea Nymph #8BB6AE

Color information

#8BB6AE (or 0x8BB6AE) is unknown color: approx Sea Nymph. HEX triplet: 8B, B6 and AE. RGB value is (139,182,174). Sum of RGB (Red+Green+Blue) = 139+182+174=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB6AE is #744951. Grayscale: #A8A8A8. Windows color (decimal): -7620946 or 11449995. OLE color: 11449995.

HSL color Cylindrical-coordinate representation of color #8BB6AE: hue angle of 168.84º 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 #8BB6AE is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB139182174-
CMYK0.2400.040.29
HSL168.84º22.75%62.94%-
HSV(B)168.84º23.63%71.37%-
XYZ35.024246.31-
YUV168.23131.25107.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=28.08%
G=36.77%
B=35.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391821740.2400.040.29168.8422.7562.94
Hex8BB6AE18041Da9173f
Octal2132662563004352512777
Binary100010111011011010101110110000100111011010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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