#048B68

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

Shades of Observatory #048B68

Tints of Observatory #048B68

Color information

#048B68 (or 0x048B68) is unknown color: approx Observatory. HEX triplet: 04, 8B and 68. RGB value is (4,139,104). Sum of RGB (Red+Green+Blue) = 4+139+104=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #048B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B68 is #FB7497. Grayscale: #5E5E5E. Windows color (decimal): -16479384 or 6851332. OLE color: 6851332.

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

Color convert

RGB4139104-
CMYK0.9700.250.45
HSL164.44º94.41%28.04%-
HSV(B)164.44º97.12%54.51%-
XYZ11.7819.4916.24-
YUV94.64133.2763.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.62%
GREEN value IS 139 (54.69% from 255) = 56.28%
BLUE value IS 104 (41.02% from 255) = 42.11%
R=1.62%
G=56.28%
B=42.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41391040.9700.250.45164.4494.4128.04
Hex48B68610192Da45e1c
Octal42131501410315524413634
Binary100100010111101000110000101100110110110100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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