#008B7B

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

Shades of Observatory #008B7B

Tints of Observatory #008B7B

Color information

#008B7B (or 0x008B7B) is unknown color: approx Observatory. HEX triplet: 00, 8B and 7B. RGB value is (0,139,123). Sum of RGB (Red+Green+Blue) = 0+139+123=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #008B7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B7B is #FF7484. Grayscale: #5F5F5F. Windows color (decimal): -16741509 or 8096512. OLE color: 8096512.

HSL color Cylindrical-coordinate representation of color #008B7B: hue angle of 173.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B7B is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB0139123-
CMYK100.120.45
HSL173.09º100%27.25%-
HSV(B)173.09º100%54.51%-
XYZ12.8119.921.9-
YUV95.62143.4559.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 53.05%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=0%
G=53.05%
B=46.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0139123100.120.45173.0910027.25
Hex08B7B640C2Dad641b
Octal02131731440145525514433
Binary010001011111101111001000110010110110101101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008B7B; }

 p { color: rgb(0,139,123); }

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

<style>
 a { background-color: #008B7B; }

 a { background-color: rgb(0,139,123); }

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

<style>
 span { border-color: #008B7B; }

 span { border-color: rgb(0,139,123); }

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