Html Css Color HEX #048D7D Observatory

📋 copy color: '#048D7D'

red 4 ◦ green 141 ◦ blue 125

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

Shades of Observatory #048D7D

Tints of Observatory #048D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.22%

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

R = 1.48%
G = 52.22%
B = 46.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#048D7D (or 0x048D7D) is known color: Observatory. HEX triplet: 04, 8D and 7D. RGB value is (4,141,125). Sum of RGB (Red+Green+Blue) = 4+141+125=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #048D7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D7D is #FB7282. Grayscale: #626262. Windows color (decimal): -16478851 or 8228100. OLE color: 8228100.

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

Color convert

RGB 4 141 125 -
CMYK 0.97 0 0.11 0.45
HSL 172.99º 0.94% 0.28% -
HSV(B) 172.99º 0.97% 0.55% -
XYZ 13.28 20.56 22.67 -
YUV 98.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 4 141 125 0.97 0 0.11 0.45 172.99 0.94 0.28
Hex 4 8D 7D 61 0 B 2D AD 5E 1C
Octal 4 215 175 141 0 13 55 255 136 34
Binary 100 10001101 1111101 1100001 0 1011 101101 10101101 1011110 11100

Color Harmonies of #048D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D7D

Black with #048D7D

Text Example


Text Example

White with #048D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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