#0B8A6E

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

Shades of Observatory #0B8A6E

Tints of Observatory #0B8A6E

Color information

#0B8A6E (or 0x0B8A6E) is unknown color: approx Observatory. HEX triplet: 0B, 8A and 6E. RGB value is (11,138,110). Sum of RGB (Red+Green+Blue) = 11+138+110=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8A6E is #F47591. Grayscale: #606060. Windows color (decimal): -16020882 or 7244299. OLE color: 7244299.

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

Color convert

RGB11138110-
CMYK0.9200.200.46
HSL166.77º85.23%29.22%-
HSV(B)166.77º92.03%54.12%-
XYZ12.0419.3717.86-
YUV96.84135.4266.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.25%
GREEN value IS 138 (54.30% from 255) = 53.28%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=4.25%
G=53.28%
B=42.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111381100.9200.200.46166.7785.2329.22
HexB8A6E5C0142Ea7551d
Octal132121561340245624712535
Binary1011100010101101110101110001010010111010100111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,138,110); }

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

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

 a { background-color: rgb(11,138,110); }

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

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

 span { border-color: rgb(11,138,110); }

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