#0D8E7E

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

Shades of Observatory #0D8E7E

Tints of Observatory #0D8E7E

Color information

#0D8E7E (or 0x0D8E7E) is unknown color: approx Observatory. HEX triplet: 0D, 8E and 7E. RGB value is (13,142,126). Sum of RGB (Red+Green+Blue) = 13+142+126=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8E7E is #F27181. Grayscale: #656565. Windows color (decimal): -15888770 or 8293901. OLE color: 8293901.

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

Color convert

RGB13142126-
CMYK0.9100.110.44
HSL172.56º83.23%30.39%-
HSV(B)172.56º90.85%55.69%-
XYZ13.620.9423.06-
YUV101.6141.7664.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.63%
GREEN value IS 142 (55.86% from 255) = 50.53%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=4.63%
G=50.53%
B=44.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131421260.9100.110.44172.5683.2330.39
HexD8E7E5B0B2Cad531e
Octal152161761330135425512336
Binary110110001110111111010110110101110110010101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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