#048A68

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

Shades of Observatory #048A68

Tints of Observatory #048A68

Color information

#048A68 (or 0x048A68) is unknown color: approx Observatory. HEX triplet: 04, 8A and 68. RGB value is (4,138,104). Sum of RGB (Red+Green+Blue) = 4+138+104=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #048A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A68 is #FB7597. Grayscale: #5E5E5E. Windows color (decimal): -16479640 or 6851076. OLE color: 6851076.

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

Color convert

RGB4138104-
CMYK0.9700.250.46
HSL164.78º94.37%27.84%-
HSV(B)164.78º97.1%54.12%-
XYZ11.6419.216.19-
YUV94.06133.6163.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 138 (54.30% from 255) = 56.10%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=1.63%
G=56.10%
B=42.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41381040.9700.250.46164.7894.3727.84
Hex48A68610192Ea55e1c
Octal42121501410315624513634
Binary100100010101101000110000101100110111010100101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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