#018B6F

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

Shades of Observatory #018B6F

Tints of Observatory #018B6F

Color information

#018B6F (or 0x018B6F) is unknown color: approx Observatory. HEX triplet: 01, 8B and 6F. RGB value is (1,139,111). Sum of RGB (Red+Green+Blue) = 1+139+111=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #018B6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B6F is #FE7490. Grayscale: #5E5E5E. Windows color (decimal): -16675985 or 7310081. OLE color: 7310081.

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

Color convert

RGB1139111-
CMYK0.9900.200.45
HSL167.83º98.57%27.45%-
HSV(B)167.83º99.28%54.51%-
XYZ12.1119.6218.19-
YUV94.55137.2861.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 139 (54.69% from 255) = 55.38%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=0.40%
G=55.38%
B=44.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11391110.9900.200.45167.8398.5727.45
Hex18B6F630142Da8631b
Octal12131571430245525014333
Binary1100010111101111110001101010010110110101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018B6F; }

 p { color: rgb(1,139,111); }

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

<style>
 a { background-color: #018B6F; }

 a { background-color: rgb(1,139,111); }

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

<style>
 span { border-color: #018B6F; }

 span { border-color: rgb(1,139,111); }

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