#0B8D7A

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

Shades of Observatory #0B8D7A

Tints of Observatory #0B8D7A

Color information

#0B8D7A (or 0x0B8D7A) is unknown color: approx Observatory. HEX triplet: 0B, 8D and 7A. RGB value is (11,141,122). Sum of RGB (Red+Green+Blue) = 11+141+122=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8D7A is #F47285. Grayscale: #636363. Windows color (decimal): -16020102 or 8031499. OLE color: 8031499.

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

Color convert

RGB11141122-
CMYK0.9200.130.45
HSL171.23º85.53%29.8%-
HSV(B)171.23º92.2%55.29%-
XYZ13.1820.5321.68-
YUV99.96140.4364.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.01%
GREEN value IS 141 (55.47% from 255) = 51.46%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=4.01%
G=51.46%
B=44.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111411220.9200.130.45171.2385.5329.8
HexB8D7A5C0D2Dab561e
Octal132151721340155525312636
Binary101110001101111101010111000110110110110101011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,141,122); }

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

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

 a { background-color: rgb(11,141,122); }

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

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

 span { border-color: rgb(11,141,122); }

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