Html Css Color HEX #048B71 Observatory

📋 copy color: '#048B71'

red 4 ◦ green 139 ◦ blue 113

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

Shades of Observatory #048B71

Tints of Observatory #048B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 1.56%
G = 54.3%
B = 44.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#048B71 (or 0x048B71) is known color: Observatory. HEX triplet: 04, 8B and 71. RGB value is (4,139,113). Sum of RGB (Red+Green+Blue) = 4+139+113=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #048B71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B71 is #FB748E. Grayscale: #5F5F5F. Windows color (decimal): -16479375 or 7441156. OLE color: 7441156.

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

Color convert

RGB 4 139 113 -
CMYK 0.97 0 0.19 0.45
HSL 168.44º 0.94% 0.28% -
HSV(B) 168.44º 0.97% 0.55% -
XYZ 12.26 19.68 18.78 -
YUV 95.67 137.77 62.61 -
System Red Green Blue C M Y K H S L
Decimal 4 139 113 0.97 0 0.19 0.45 168.44 0.94 0.28
Hex 4 8B 71 61 0 13 2D A8 5E 1C
Octal 4 213 161 141 0 23 55 250 136 34
Binary 100 10001011 1110001 1100001 0 10011 101101 10101000 1011110 11100

Color Harmonies of #048B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B71

Black with #048B71

Text Example


Text Example

White with #048B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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