#00947E

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

Shades of Observatory #00947E

Tints of Observatory #00947E

Color information

#00947E (or 0x00947E) is unknown color: approx Observatory. HEX triplet: 00, 94 and 7E. RGB value is (0,148,126). Sum of RGB (Red+Green+Blue) = 0+148+126=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #00947E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00947E is #FF6B81. Grayscale: #656565. Windows color (decimal): -16739202 or 8295424. OLE color: 8295424.

HSL color Cylindrical-coordinate representation of color #00947E: hue angle of 171.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00947E is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB0148126-
CMYK100.150.42
HSL171.08º100%29.02%-
HSV(B)171.08º100%58.04%-
XYZ14.3622.6923.36-
YUV101.24141.9755.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 54.01%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=0%
G=54.01%
B=45.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0148126100.150.42171.0810029.02
Hex0947E640F2Aab641d
Octal02241761440175225314435
Binary010010100111111011001000111110101010101011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00947E; }

 p { color: rgb(0,148,126); }

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

<style>
 a { background-color: #00947E; }

 a { background-color: rgb(0,148,126); }

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

<style>
 span { border-color: #00947E; }

 span { border-color: rgb(0,148,126); }

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