Html Css Color HEX #048D6E Observatory

📋 copy color: '#048D6E'

red 4 ◦ green 141 ◦ blue 110

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

Shades of Observatory #048D6E

Tints of Observatory #048D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.14%

R = 1.57%
G = 55.29%
B = 43.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#048D6E (or 0x048D6E) is known color: Observatory. HEX triplet: 04, 8D and 6E. RGB value is (4,141,110). Sum of RGB (Red+Green+Blue) = 4+141+110=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #048D6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D6E is #FB7291. Grayscale: #606060. Windows color (decimal): -16478866 or 7245060. OLE color: 7245060.

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

Color convert

RGB 4 141 110 -
CMYK 0.97 0 0.22 0.45
HSL 166.42º 0.94% 0.28% -
HSV(B) 166.42º 0.97% 0.55% -
XYZ 12.39 20.2 18 -
YUV 96.5 135.61 62.02 -
System Red Green Blue C M Y K H S L
Decimal 4 141 110 0.97 0 0.22 0.45 166.42 0.94 0.28
Hex 4 8D 6E 61 0 16 2D A6 5E 1C
Octal 4 215 156 141 0 26 55 246 136 34
Binary 100 10001101 1101110 1100001 0 10110 101101 10100110 1011110 11100

Color Harmonies of #048D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D6E

Black with #048D6E

Text Example


Text Example

White with #048D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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