#0D8E6E

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

Shades of Observatory #0D8E6E

Tints of Observatory #0D8E6E

Color information

#0D8E6E (or 0x0D8E6E) is unknown color: approx Observatory. HEX triplet: 0D, 8E and 6E. RGB value is (13,142,110). Sum of RGB (Red+Green+Blue) = 13+142+110=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8E6E is #F27191. Grayscale: #636363. Windows color (decimal): -15888786 or 7245325. OLE color: 7245325.

HSL color Cylindrical-coordinate representation of color #0D8E6E: hue angle of 165.12º 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 #0D8E6E is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB13142110-
CMYK0.9100.230.44
HSL165.12º83.23%30.39%-
HSV(B)165.12º90.85%55.69%-
XYZ12.6520.5618.05-
YUV99.78133.7666.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.91%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=4.91%
G=53.58%
B=41.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131421100.9100.230.44165.1283.2330.39
HexD8E6E5B0172Ca5531e
Octal152161561330275424512336
Binary1101100011101101110101101101011110110010100101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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