Html Css Color HEX #048D6B Observatory

📋 copy color: '#048D6B'

red 4 ◦ green 141 ◦ blue 107

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

Shades of Observatory #048D6B

Tints of Observatory #048D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 1.59%
G = 55.95%
B = 42.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#048D6B (or 0x048D6B) is known color: Observatory. HEX triplet: 04, 8D and 6B. RGB value is (4,141,107). Sum of RGB (Red+Green+Blue) = 4+141+107=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #048D6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D6B is #FB7294. Grayscale: #606060. Windows color (decimal): -16478869 or 7048452. OLE color: 7048452.

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

Color convert

RGB 4 141 107 -
CMYK 0.97 0 0.24 0.45
HSL 165.11º 0.94% 0.28% -
HSV(B) 165.11º 0.97% 0.55% -
XYZ 12.23 20.14 17.15 -
YUV 96.16 134.11 62.26 -
System Red Green Blue C M Y K H S L
Decimal 4 141 107 0.97 0 0.24 0.45 165.11 0.94 0.28
Hex 4 8D 6B 61 0 18 2D A5 5E 1C
Octal 4 215 153 141 0 30 55 245 136 34
Binary 100 10001101 1101011 1100001 0 11000 101101 10100101 1011110 11100

Color Harmonies of #048D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D6B

Black with #048D6B

Text Example


Text Example

White with #048D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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