Html Css Color HEX #048B6A Observatory

📋 copy color: '#048B6A'

red 4 ◦ green 139 ◦ blue 106

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

Shades of Observatory #048B6A

Tints of Observatory #048B6A

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.8% from 255) = 42.57%

R = 1.61%
G = 55.82%
B = 42.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 4 139 106 -
CMYK 0.97 0 0.24 0.45
HSL 165.33º 0.94% 0.28% -
HSV(B) 165.33º 0.97% 0.55% -
XYZ 11.88 19.53 16.78 -
YUV 94.87 134.27 63.18 -
System Red Green Blue C M Y K H S L
Decimal 4 139 106 0.97 0 0.24 0.45 165.33 0.94 0.28
Hex 4 8B 6A 61 0 18 2D A5 5E 1C
Octal 4 213 152 141 0 30 55 245 136 34
Binary 100 10001011 1101010 1100001 0 11000 101101 10100101 1011110 11100

Color Harmonies of #048B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B6A

Black with #048B6A

Text Example


Text Example

White with #048B6A

Text Example


Text Example

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