#0b8b71

Color #0B8B71 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #0B8B71

Tints of Observatory #0B8B71

Color information

#0B8B71 (or 0x0B8B71) is unknown color: approx Observatory. HEX triplet: 0B, 8B and 71. RGB value is (11,139,113). Sum of RGB (Red+Green+Blue) = 11+139+113=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8B71 is #F4748E. Grayscale: #616161. Windows color (decimal): -16020623 or 7441163. OLE color: 7441163.

HSL color Cylindrical-coordinate representation of color #0B8B71: hue angle of 167.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8B71 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB11139113-
CMYK0.9200.190.45
HSL167.81º85.33%29.41%-
HSV(B)167.81º92.09%54.51%-
XYZ12.3519.7318.78-
YUV97.76136.5966.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.18%
GREEN value IS 139 (54.69% from 255) = 52.85%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=4.18%
G=52.85%
B=42.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111391130.9200.190.45167.8185.3329.41
HexB8B715C0132Da8551d
Octal132131611340235525012535
Binary1011100010111110001101110001001110110110101000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b8b71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0b8b71; }

 p { color: rgb(11,139,113); }

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

<style>
 a { background-color: #0b8b71; }

 a { background-color: rgb(11,139,113); }

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

<style>
 span { border-color: #0b8b71; }

 span { border-color: rgb(11,139,113); }

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