#088D6B

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

Shades of Observatory #088D6B

Tints of Observatory #088D6B

Color information

#088D6B (or 0x088D6B) is unknown color: approx Observatory. HEX triplet: 08, 8D and 6B. RGB value is (8,141,107). Sum of RGB (Red+Green+Blue) = 8+141+107=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #088D6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088D6B is #F77294. Grayscale: #616161. Windows color (decimal): -16216725 or 7048456. OLE color: 7048456.

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

Color convert

RGB8141107-
CMYK0.9400.240.45
HSL164.66º89.26%29.22%-
HSV(B)164.66º94.33%55.29%-
XYZ12.2820.1617.15-
YUV97.36133.4464.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.12%
GREEN value IS 141 (55.47% from 255) = 55.08%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=3.12%
G=55.08%
B=41.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81411070.9400.240.45164.6689.2629.22
Hex88D6B5E0182Da5591d
Octal102151531360305524513135
Binary1000100011011101011101111001100010110110100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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