Html Css Color HEX #048B6C Observatory

📋 copy color: '#048B6C'

red 4 ◦ green 139 ◦ blue 108

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

Shades of Observatory #048B6C

Tints of Observatory #048B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 55.38%

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 1.59%
G = 55.38%
B = 43.03%

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

#048B6C (or 0x048B6C) is known color: Observatory. HEX triplet: 04, 8B and 6C. RGB value is (4,139,108). Sum of RGB (Red+Green+Blue) = 4+139+108=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #048B6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B6C is #FB7493. Grayscale: #5F5F5F. Windows color (decimal): -16479380 or 7113476. OLE color: 7113476.

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

Color convert

RGB 4 139 108 -
CMYK 0.97 0 0.22 0.45
HSL 166.22º 0.94% 0.28% -
HSV(B) 166.22º 0.97% 0.55% -
XYZ 11.99 19.57 17.33 -
YUV 95.1 135.27 63.02 -
System Red Green Blue C M Y K H S L
Decimal 4 139 108 0.97 0 0.22 0.45 166.22 0.94 0.28
Hex 4 8B 6C 61 0 16 2D A6 5E 1C
Octal 4 213 154 141 0 26 55 246 136 34
Binary 100 10001011 1101100 1100001 0 10110 101101 10100110 1011110 11100

Color Harmonies of #048B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B6C

Black with #048B6C

Text Example


Text Example

White with #048B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,139,108); }

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

background-color css

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

 a { background-color: rgb(4,139,108); }

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

border-color css

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

 span { border-color: rgb(4,139,108); }

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