#0A926E

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

Shades of Observatory #0A926E

Tints of Observatory #0A926E

Color information

#0A926E (or 0x0A926E) is unknown color: approx Observatory. HEX triplet: 0A, 92 and 6E. RGB value is (10,146,110). Sum of RGB (Red+Green+Blue) = 10+146+110=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #0A926E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A926E is #F56D91. Grayscale: #656565. Windows color (decimal): -16084370 or 7246346. OLE color: 7246346.

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

Color convert

RGB10146110-
CMYK0.9300.250.43
HSL164.12º87.18%30.59%-
HSV(B)164.12º93.15%57.25%-
XYZ13.2221.7518.25-
YUV101.23132.9462.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.76%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=3.76%
G=54.89%
B=41.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101461100.9300.250.43164.1287.1830.59
HexA926E5D0192Ba4571f
Octal122221561350315324412737
Binary1010100100101101110101110101100110101110100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,146,110); }

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

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

 a { background-color: rgb(10,146,110); }

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

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

 span { border-color: rgb(10,146,110); }

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