#048B6A

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

Shades of Observatory #048B6A

Tints of Observatory #048B6A

Color information

#048B6A (or 0x048B6A) is unknown color: approx Observatory. HEX triplet: 04, 8B and 6A. RGB value is (4,139,106). Sum of RGB (Red+Green+Blue) = 4+139+106=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #048B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B6A is #FB7495. Grayscale: #5E5E5E. Windows color (decimal): -16479382 or 6982404. OLE color: 6982404.

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

Color convert

RGB4139106-
CMYK0.9700.240.45
HSL165.33º94.41%28.04%-
HSV(B)165.33º97.12%54.51%-
XYZ11.8819.5316.78-
YUV94.87134.2763.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.61%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=1.61%
G=55.82%
B=42.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41391060.9700.240.45165.3394.4128.04
Hex48B6A610182Da55e1c
Octal42131521410305524513634
Binary100100010111101010110000101100010110110100101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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