#0A8D7A

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

Shades of Observatory #0A8D7A

Tints of Observatory #0A8D7A

Color information

#0A8D7A (or 0x0A8D7A) is unknown color: approx Observatory. HEX triplet: 0A, 8D and 7A. RGB value is (10,141,122). Sum of RGB (Red+Green+Blue) = 10+141+122=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #0A8D7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8D7A is #F57285. Grayscale: #636363. Windows color (decimal): -16085638 or 8031498. OLE color: 8031498.

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

Color convert

RGB10141122-
CMYK0.9300.130.45
HSL171.3º86.75%29.61%-
HSV(B)171.3º92.91%55.29%-
XYZ13.1620.5221.68-
YUV99.66140.664.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.66%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=3.66%
G=51.65%
B=44.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101411220.9300.130.45171.386.7529.61
HexA8D7A5D0D2Dab571e
Octal122151721350155525312736
Binary101010001101111101010111010110110110110101011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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