#8BACA8

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

Shades of Sea Nymph #8BACA8

Tints of Sea Nymph #8BACA8

Color information

#8BACA8 (or 0x8BACA8) is unknown color: approx Sea Nymph. HEX triplet: 8B, AC and A8. RGB value is (139,172,168). Sum of RGB (Red+Green+Blue) = 139+172+168=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #8BACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BACA8 is #745357. Grayscale: #A1A1A1. Windows color (decimal): -7623512 or 11054219. OLE color: 11054219.

HSL color Cylindrical-coordinate representation of color #8BACA8: hue angle of 172.73º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BACA8 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB139172168-
CMYK0.1900.020.33
HSL172.73º16.58%60.98%-
HSV(B)172.73º19.19%67.45%-
XYZ32.4737.8242.63-
YUV161.68131.57111.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.02%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=29.02%
G=35.91%
B=35.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391721680.1900.020.33172.7316.5860.98
Hex8BACA8130221ad113d
Octal2132542502302412552175
Binary100010111010110010101000100110101000011010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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