#088D6C

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

Shades of Observatory #088D6C

Tints of Observatory #088D6C

Color information

#088D6C (or 0x088D6C) is unknown color: approx Observatory. HEX triplet: 08, 8D and 6C. RGB value is (8,141,108). Sum of RGB (Red+Green+Blue) = 8+141+108=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #088D6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088D6C is #F77293. Grayscale: #616161. Windows color (decimal): -16216724 or 7113992. OLE color: 7113992.

HSL color Cylindrical-coordinate representation of color #088D6C: hue angle of 165.11º 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 #088D6C is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB8141108-
CMYK0.9400.230.45
HSL165.11º89.26%29.22%-
HSV(B)165.11º94.33%55.29%-
XYZ12.3320.1817.43-
YUV97.47133.9464.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.11%
GREEN value IS 141 (55.47% from 255) = 54.86%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=3.11%
G=54.86%
B=42.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81411080.9400.230.45165.1189.2629.22
Hex88D6C5E0172Da5591d
Octal102151541360275524513135
Binary1000100011011101100101111001011110110110100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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