Html Css Color HEX #048E70 Observatory

📋 copy color: '#048E70'

red 4 ◦ green 142 ◦ blue 112

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

Shades of Observatory #048E70

Tints of Observatory #048E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 1.55%
G = 55.04%
B = 43.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#048E70 (or 0x048E70) is known color: Observatory. HEX triplet: 04, 8E and 70. RGB value is (4,142,112). Sum of RGB (Red+Green+Blue) = 4+142+112=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 142 (55.86% from 255 or 55.04% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 142 - color contains mainly: green. Hex color #048E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E70 is #FB718F. Grayscale: #616161. Windows color (decimal): -16478608 or 7376388. OLE color: 7376388.

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

Color convert

RGB 4 142 112 -
CMYK 0.97 0 0.21 0.44
HSL 166.96º 0.95% 0.29% -
HSV(B) 166.96º 0.97% 0.56% -
XYZ 12.65 20.54 18.63 -
YUV 97.32 136.28 61.44 -
System Red Green Blue C M Y K H S L
Decimal 4 142 112 0.97 0 0.21 0.44 166.96 0.95 0.29
Hex 4 8E 70 61 0 15 2C A7 5F 1D
Octal 4 216 160 141 0 25 54 247 137 35
Binary 100 10001110 1110000 1100001 0 10101 101100 10100111 1011111 11101

Color Harmonies of #048E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E70

Black with #048E70

Text Example


Text Example

White with #048E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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