#0F8B7B

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

Shades of Observatory #0F8B7B

Tints of Observatory #0F8B7B

Color information

#0F8B7B (or 0x0F8B7B) is unknown color: approx Observatory. HEX triplet: 0F, 8B and 7B. RGB value is (15,139,123). Sum of RGB (Red+Green+Blue) = 15+139+123=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B7B is #F07484. Grayscale: #646464. Windows color (decimal): -15758469 or 8096527. OLE color: 8096527.

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

Color convert

RGB15139123-
CMYK0.8900.120.45
HSL172.26º80.52%30.2%-
HSV(B)172.26º89.21%54.51%-
XYZ132021.91-
YUV100.1140.9267.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.42%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=5.42%
G=50.18%
B=44.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151391230.8900.120.45172.2680.5230.2
HexF8B7B590C2Dac511e
Octal172131731310145525412136
Binary111110001011111101110110010110010110110101100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,139,123); }

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

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

 a { background-color: rgb(15,139,123); }

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

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

 span { border-color: rgb(15,139,123); }

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