#8BACA6

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

Shades of Sea Nymph #8BACA6

Tints of Sea Nymph #8BACA6

Color information

#8BACA6 (or 0x8BACA6) is unknown color: approx Sea Nymph. HEX triplet: 8B, AC and A6. RGB value is (139,172,166). Sum of RGB (Red+Green+Blue) = 139+172+166=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #8BACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BACA6 is #745359. Grayscale: #A1A1A1. Windows color (decimal): -7623514 or 10923147. OLE color: 10923147.

HSL color Cylindrical-coordinate representation of color #8BACA6: hue angle of 169.09º 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 #8BACA6 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB139172166-
CMYK0.1900.030.33
HSL169.09º16.58%60.98%-
HSV(B)169.09º19.19%67.45%-
XYZ32.2837.7541.66-
YUV161.45130.57111.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 166 (65.23% from 255) = 34.80%
R=29.14%
G=36.06%
B=34.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391721660.1900.030.33169.0916.5860.98
Hex8BACA6130321a9113d
Octal2132542462303412512175
Binary100010111010110010100110100110111000011010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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