#8BB0A3

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

Shades of Sea Nymph #8BB0A3

Tints of Sea Nymph #8BB0A3

Color information

#8BB0A3 (or 0x8BB0A3) is unknown color: approx Sea Nymph. HEX triplet: 8B, B0 and A3. RGB value is (139,176,163). Sum of RGB (Red+Green+Blue) = 139+176+163=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB0A3 is #744F5C. Grayscale: #A3A3A3. Windows color (decimal): -7622493 or 10727563. OLE color: 10727563.

HSL color Cylindrical-coordinate representation of color #8BB0A3: hue angle of 158.92º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BB0A3 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB139176163-
CMYK0.2100.070.31
HSL158.92º18.97%61.76%-
HSV(B)158.92º21.02%69.02%-
XYZ32.7839.1840.49-
YUV163.45127.74110.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.08%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=29.08%
G=36.82%
B=34.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391761630.2100.070.31158.9218.9761.76
Hex8BB0A315071F9f133e
Octal2132602432507372372376
Binary100010111011000010100011101010111111111001111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,163); }

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

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

 a { background-color: rgb(139,176,163); }

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

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

 span { border-color: rgb(139,176,163); }

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