#8BBCA8

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

Shades of Sea Nymph #8BBCA8

Tints of Sea Nymph #8BBCA8

Color information

#8BBCA8 (or 0x8BBCA8) is unknown color: approx Sea Nymph. HEX triplet: 8B, BC and A8. RGB value is (139,188,168). Sum of RGB (Red+Green+Blue) = 139+188+168=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBCA8 is #744357. Grayscale: #ABABAB. Windows color (decimal): -7619416 or 11058315. OLE color: 11058315.

HSL color Cylindrical-coordinate representation of color #8BBCA8: hue angle of 155.51º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBCA8 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB139188168-
CMYK0.2600.110.26
HSL155.51º26.78%64.12%-
HSV(B)155.51º26.06%73.73%-
XYZ35.744.2843.71-
YUV171.07126.27105.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=28.08%
G=37.98%
B=33.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391881680.2600.110.26155.5126.7864.12
Hex8BBCA81A0B1A9c1b40
Octal213274250320133223433100
Binary10001011101111001010100011010010111101010011100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,188,168); }

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

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

 a { background-color: rgb(139,188,168); }

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

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

 span { border-color: rgb(139,188,168); }

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