Html Css Color HEX #048E73 Observatory

📋 copy color: '#048E73'

red 4 ◦ green 142 ◦ blue 115

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

Shades of Observatory #048E73

Tints of Observatory #048E73

RGB

 RED value IS 4 (1.95% from 255) = 1.53%

 GREEN value IS 142 (55.86% from 255) = 54.41%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 1.53%
G = 54.41%
B = 44.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#048E73 (or 0x048E73) is known color: Observatory. HEX triplet: 04, 8E and 73. RGB value is (4,142,115). Sum of RGB (Red+Green+Blue) = 4+142+115=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #048E73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E73 is #FB718C. Grayscale: #616161. Windows color (decimal): -16478605 or 7572996. OLE color: 7572996.

HSL color Cylindrical-coordinate representation of color #048E73: hue angle of 168.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E73 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 142 115 -
CMYK 0.97 0 0.19 0.44
HSL 168.26º 0.95% 0.29% -
HSV(B) 168.26º 0.97% 0.56% -
XYZ 12.82 20.61 19.52 -
YUV 97.66 137.78 61.2 -
System Red Green Blue C M Y K H S L
Decimal 4 142 115 0.97 0 0.19 0.44 168.26 0.95 0.29
Hex 4 8E 73 61 0 13 2C A8 5F 1D
Octal 4 216 163 141 0 23 54 250 137 35
Binary 100 10001110 1110011 1100001 0 10011 101100 10101000 1011111 11101

Color Harmonies of #048E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E73

Black with #048E73

Text Example


Text Example

White with #048E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,142,115); }

 H1.HeaderClassName
 {
   color: #048E73;
 }
 .AnyTagClassName
 {
   color: #048E73;
 }
</style>

background-color css

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

 a { background-color: rgb(4,142,115); }

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

border-color css

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

 span { border-color: rgb(4,142,115); }

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