#0A8B7C

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

Shades of Observatory #0A8B7C

Tints of Observatory #0A8B7C

Color information

#0A8B7C (or 0x0A8B7C) is unknown color: approx Observatory. HEX triplet: 0A, 8B and 7C. RGB value is (10,139,124). Sum of RGB (Red+Green+Blue) = 10+139+124=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #0A8B7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8B7C is #F57483. Grayscale: #626262. Windows color (decimal): -16086148 or 8162058. OLE color: 8162058.

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

Color convert

RGB10139124-
CMYK0.9300.110.45
HSL173.02º86.58%29.22%-
HSV(B)173.02º92.81%54.51%-
XYZ1319.9922.24-
YUV98.72142.2664.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.66%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=3.66%
G=50.92%
B=45.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101391240.9300.110.45173.0286.5829.22
HexA8B7C5D0B2Dad571d
Octal122131741350135525512735
Binary101010001011111110010111010101110110110101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,139,124); }

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

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

 a { background-color: rgb(10,139,124); }

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

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

 span { border-color: rgb(10,139,124); }

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