#008E71

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

Shades of Observatory #008E71

Tints of Observatory #008E71

Color information

#008E71 (or 0x008E71) is unknown color: approx Observatory. HEX triplet: 00, 8E and 71. RGB value is (0,142,113). Sum of RGB (Red+Green+Blue) = 0+142+113=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #008E71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E71 is #FF718E. Grayscale: #606060. Windows color (decimal): -16740751 or 7441920. OLE color: 7441920.

HSL color Cylindrical-coordinate representation of color #008E71: hue angle of 167.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E71 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB0142113-
CMYK100.200.44
HSL167.75º100%27.84%-
HSV(B)167.75º100%55.69%-
XYZ12.6520.5418.92-
YUV96.24137.4659.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 55.69%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=0%
G=55.69%
B=44.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0142113100.200.44167.7510027.84
Hex08E71640142Ca8641c
Octal02161611440245425014434
Binary0100011101110001110010001010010110010101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,142,113); }

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

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

 a { background-color: rgb(0,142,113); }

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

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

 span { border-color: rgb(0,142,113); }

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