Html Css Color HEX #048D6A Observatory

📋 copy color: '#048D6A'

red 4 ◦ green 141 ◦ blue 106

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

Shades of Observatory #048D6A

Tints of Observatory #048D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 1.59%
G = 56.18%
B = 42.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#048D6A (or 0x048D6A) is known color: Observatory. HEX triplet: 04, 8D and 6A. RGB value is (4,141,106). Sum of RGB (Red+Green+Blue) = 4+141+106=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #048D6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D6A is #FB7295. Grayscale: #606060. Windows color (decimal): -16478870 or 6982916. OLE color: 6982916.

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

Color convert

RGB 4 141 106 -
CMYK 0.97 0 0.25 0.45
HSL 164.67º 0.94% 0.28% -
HSV(B) 164.67º 0.97% 0.55% -
XYZ 12.18 20.12 16.88 -
YUV 96.05 133.61 62.35 -
System Red Green Blue C M Y K H S L
Decimal 4 141 106 0.97 0 0.25 0.45 164.67 0.94 0.28
Hex 4 8D 6A 61 0 19 2D A5 5E 1C
Octal 4 215 152 141 0 31 55 245 136 34
Binary 100 10001101 1101010 1100001 0 11001 101101 10100101 1011110 11100

Color Harmonies of #048D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D6A

Black with #048D6A

Text Example


Text Example

White with #048D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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