Html Css Color HEX #048B6D Observatory

📋 copy color: '#048B6D'

red 4 ◦ green 139 ◦ blue 109

#048B6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #048B6D

Tints of Observatory #048B6D

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 value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#048B6D (or 0x048B6D) is known color: 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

RGB 4 139 109 -
CMYK 0.97 0 0.22 0.45
HSL 166.67º 0.94% 0.28% -
HSV(B) 166.67º 0.97% 0.55% -
XYZ 12.04 19.6 17.62 -
YUV 95.22 135.77 62.94 -
System Red Green Blue C M Y K H S L
Decimal 4 139 109 0.97 0 0.22 0.45 166.67 0.94 0.28
Hex 4 8B 6D 61 0 16 2D A7 5E 1C
Octal 4 213 155 141 0 26 55 247 136 34
Binary 100 10001011 1101101 1100001 0 10110 101101 10100111 1011110 11100

Color Harmonies of #048B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B6D

Black with #048B6D

Text Example


Text Example

White with #048B6D

Text Example


Text Example

HTML Codes & Css Web 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>