#088D63

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

Shades of Observatory #088D63

Tints of Observatory #088D63

Color information

#088D63 (or 0x088D63) is unknown color: approx Observatory. HEX triplet: 08, 8D and 63. RGB value is (8,141,99). Sum of RGB (Red+Green+Blue) = 8+141+99=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #088D63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088D63 is #F7729C. Grayscale: #606060. Windows color (decimal): -16216733 or 6524168. OLE color: 6524168.

HSL color Cylindrical-coordinate representation of color #088D63: hue angle of 161.05º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088D63 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB814199-
CMYK0.9400.300.45
HSL161.05º89.26%29.22%-
HSV(B)161.05º94.33%55.29%-
XYZ11.882015.04-
YUV96.44129.4464.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.23%
GREEN value IS 141 (55.47% from 255) = 56.85%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=3.23%
G=56.85%
B=39.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8141990.9400.300.45161.0589.2629.22
Hex88D635E01E2Da1591d
Octal102151431360365524113135
Binary1000100011011100011101111001111010110110100001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088D63; }

 p { color: rgb(8,141,99); }

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

<style>
 a { background-color: #088D63; }

 a { background-color: rgb(8,141,99); }

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

<style>
 span { border-color: #088D63; }

 span { border-color: rgb(8,141,99); }

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