#0D8E6C

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

Shades of Observatory #0D8E6C

Tints of Observatory #0D8E6C

Color information

#0D8E6C (or 0x0D8E6C) is unknown color: approx Observatory. HEX triplet: 0D, 8E and 6C. RGB value is (13,142,108). Sum of RGB (Red+Green+Blue) = 13+142+108=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8E6C is #F27193. Grayscale: #636363. Windows color (decimal): -15888788 or 7114253. OLE color: 7114253.

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

Color convert

RGB13142108-
CMYK0.9100.240.44
HSL164.19º83.23%30.39%-
HSV(B)164.19º90.85%55.69%-
XYZ12.5520.5117.49-
YUV99.55132.7666.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.94%
GREEN value IS 142 (55.86% from 255) = 53.99%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=4.94%
G=53.99%
B=41.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131421080.9100.240.44164.1983.2330.39
HexD8E6C5B0182Ca4531e
Octal152161541330305424412336
Binary1101100011101101100101101101100010110010100100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,142,108); }

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

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

 a { background-color: rgb(13,142,108); }

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

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

 span { border-color: rgb(13,142,108); }

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