#088C7A

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

Shades of Observatory #088C7A

Tints of Observatory #088C7A

Color information

#088C7A (or 0x088C7A) is unknown color: approx Observatory. HEX triplet: 08, 8C and 7A. RGB value is (8,140,122). Sum of RGB (Red+Green+Blue) = 8+140+122=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #088C7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088C7A is #F77385. Grayscale: #626262. Windows color (decimal): -16216966 or 8031240. OLE color: 8031240.

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

Color convert

RGB8140122-
CMYK0.9400.130.45
HSL171.82º89.19%29.02%-
HSV(B)171.82º94.29%54.9%-
XYZ12.9920.2121.63-
YUV98.48141.2763.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.96%
GREEN value IS 140 (55.08% from 255) = 51.85%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=2.96%
G=51.85%
B=45.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81401220.9400.130.45171.8289.1929.02
Hex88C7A5E0D2Dac591d
Octal102141721360155525413135
Binary100010001100111101010111100110110110110101100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,140,122); }

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

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

 a { background-color: rgb(8,140,122); }

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

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

 span { border-color: rgb(8,140,122); }

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