#0A9380

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

Shades of Observatory #0A9380

Tints of Observatory #0A9380

Color information

#0A9380 (or 0x0A9380) is unknown color: approx Observatory. HEX triplet: 0A, 93 and 80. RGB value is (10,147,128). Sum of RGB (Red+Green+Blue) = 10+147+128=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9380 is #F56C7F. Grayscale: #676767. Windows color (decimal): -16084096 or 8426250. OLE color: 8426250.

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

Color convert

RGB10147128-
CMYK0.9300.130.42
HSL171.68º87.26%30.78%-
HSV(B)171.68º93.2%57.65%-
XYZ14.4622.4924-
YUV103.87141.6161.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.51%
GREEN value IS 147 (57.81% from 255) = 51.58%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=3.51%
G=51.58%
B=44.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101471280.9300.130.42171.6887.2630.78
HexA93805D0D2Aac571f
Octal122232001350155225412737
Binary1010100100111000000010111010110110101010101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,147,128); }

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

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

 a { background-color: rgb(10,147,128); }

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

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

 span { border-color: rgb(10,147,128); }

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