#0D8D7E

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

Shades of Observatory #0D8D7E

Tints of Observatory #0D8D7E

Color information

#0D8D7E (or 0x0D8D7E) is unknown color: approx Observatory. HEX triplet: 0D, 8D and 7E. RGB value is (13,141,126). Sum of RGB (Red+Green+Blue) = 13+141+126=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8D7E is #F27281. Grayscale: #646464. Windows color (decimal): -15889026 or 8293645. OLE color: 8293645.

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

Color convert

RGB13141126-
CMYK0.9100.110.45
HSL172.97º83.12%30.2%-
HSV(B)172.97º90.78%55.29%-
XYZ13.4620.6423.01-
YUV101.02142.0965.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.64%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 126 (49.61% from 255) = 45%
R=4.64%
G=50.36%
B=45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131411260.9100.110.45172.9783.1230.2
HexD8D7E5B0B2Dad531e
Octal152151761330135525512336
Binary110110001101111111010110110101110110110101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,141,126); }

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

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

 a { background-color: rgb(13,141,126); }

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

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

 span { border-color: rgb(13,141,126); }

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