#048B6D

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

Shades of Observatory #048B6D

Tints of Observatory #048B6D

Color information

#048B6D (or 0x048B6D) is unknown color: approx Observatory. HEX triplet: 04, 8B and 6D. RGB value is (4,139,109). Sum of RGB (Red+Green+Blue) = 4+139+109=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #048B6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B6D is #FB7492. Grayscale: #5F5F5F. Windows color (decimal): -16479379 or 7179012. OLE color: 7179012.

HSL color Cylindrical-coordinate representation of color #048B6D: hue angle of 166.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048B6D is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB4139109-
CMYK0.9700.220.45
HSL166.67º94.41%28.04%-
HSV(B)166.67º97.12%54.51%-
XYZ12.0419.617.62-
YUV95.21135.7762.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 139 (54.69% from 255) = 55.16%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=1.59%
G=55.16%
B=43.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41391090.9700.220.45166.6794.4128.04
Hex48B6D610162Da75e1c
Octal42131551410265524713634
Binary100100010111101101110000101011010110110100111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048B6D; }

 p { color: rgb(4,139,109); }

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

<style>
 a { background-color: #048B6D; }

 a { background-color: rgb(4,139,109); }

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

<style>
 span { border-color: #048B6D; }

 span { border-color: rgb(4,139,109); }

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