Html Css Color HEX #048E7C Observatory

📋 copy color: '#048E7C'

red 4 ◦ green 142 ◦ blue 124

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

Shades of Observatory #048E7C

Tints of Observatory #048E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 1.48%
G = 52.59%
B = 45.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#048E7C (or 0x048E7C) is known color: Observatory. HEX triplet: 04, 8E and 7C. RGB value is (4,142,124). Sum of RGB (Red+Green+Blue) = 4+142+124=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #048E7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E7C is #FB7183. Grayscale: #626262. Windows color (decimal): -16478596 or 8162820. OLE color: 8162820.

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

Color convert

RGB 4 142 124 -
CMYK 0.97 0 0.13 0.44
HSL 172.17º 0.95% 0.29% -
HSV(B) 172.17º 0.97% 0.56% -
XYZ 13.36 20.83 22.38 -
YUV 98.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 4 142 124 0.97 0 0.13 0.44 172.17 0.95 0.29
Hex 4 8E 7C 61 0 D 2C AC 5F 1D
Octal 4 216 174 141 0 15 54 254 137 35
Binary 100 10001110 1111100 1100001 0 1101 101100 10101100 1011111 11101

Color Harmonies of #048E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E7C

Black with #048E7C

Text Example


Text Example

White with #048E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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