Html Css Color HEX #048E7D Observatory

📋 copy color: '#048E7D'

red 4 ◦ green 142 ◦ blue 125

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

Shades of Observatory #048E7D

Tints of Observatory #048E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 1.48%
G = 52.4%
B = 46.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#048E7D (or 0x048E7D) is known color: Observatory. HEX triplet: 04, 8E and 7D. RGB value is (4,142,125). Sum of RGB (Red+Green+Blue) = 4+142+125=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #048E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E7D is #FB7182. Grayscale: #626262. Windows color (decimal): -16478595 or 8228356. OLE color: 8228356.

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

Color convert

RGB 4 142 125 -
CMYK 0.97 0 0.12 0.44
HSL 172.61º 0.95% 0.29% -
HSV(B) 172.61º 0.97% 0.56% -
XYZ 13.42 20.85 22.72 -
YUV 98.8 142.78 60.38 -
System Red Green Blue C M Y K H S L
Decimal 4 142 125 0.97 0 0.12 0.44 172.61 0.95 0.29
Hex 4 8E 7D 61 0 C 2C AD 5F 1D
Octal 4 216 175 141 0 14 54 255 137 35
Binary 100 10001110 1111101 1100001 0 1100 101100 10101101 1011111 11101

Color Harmonies of #048E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E7D

Black with #048E7D

Text Example


Text Example

White with #048E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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