#8BB7AD

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

Shades of Sea Nymph #8BB7AD

Tints of Sea Nymph #8BB7AD

Color information

#8BB7AD (or 0x8BB7AD) is unknown color: approx Sea Nymph. HEX triplet: 8B, B7 and AD. RGB value is (139,183,173). Sum of RGB (Red+Green+Blue) = 139+183+173=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB7AD is #744852. Grayscale: #A8A8A8. Windows color (decimal): -7620691 or 11384715. OLE color: 11384715.

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

Color convert

RGB139183173-
CMYK0.2400.050.28
HSL166.36º23.4%63.14%-
HSV(B)166.36º24.04%71.76%-
XYZ35.1242.3745.86-
YUV168.7130.42106.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=28.08%
G=36.97%
B=34.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391831730.2400.050.28166.3623.463.14
Hex8BB7AD18051Ca6173f
Octal2132672553005342462777
Binary100010111011011110101101110000101111001010011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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