Html Css Color HEX #048F63 Observatory

📋 copy color: '#048F63'

red 4 ◦ green 143 ◦ blue 99

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

Shades of Observatory #048F63

Tints of Observatory #048F63

RGB

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

 GREEN value IS 143 (56.25% from 255) = 58.13%

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 1.63%
G = 58.13%
B = 40.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#048F63 (or 0x048F63) is known color: Observatory. HEX triplet: 04, 8F and 63. RGB value is (4,143,99). Sum of RGB (Red+Green+Blue) = 4+143+99=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 143 (56.25% from 255 or 58.13% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 143 - color contains mainly: green. Hex color #048F63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048F63 is #FB709C. Grayscale: #606060. Windows color (decimal): -16478365 or 6524676. OLE color: 6524676.

HSL color Cylindrical-coordinate representation of color #048F63: hue angle of 161.01º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048F63 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 143 99 -
CMYK 0.97 0 0.31 0.44
HSL 161.01º 0.95% 0.29% -
HSV(B) 161.01º 0.97% 0.56% -
XYZ 12.12 20.57 15.14 -
YUV 96.42 129.45 62.08 -
System Red Green Blue C M Y K H S L
Decimal 4 143 99 0.97 0 0.31 0.44 161.01 0.95 0.29
Hex 4 8F 63 61 0 1F 2C A1 5F 1D
Octal 4 217 143 141 0 37 54 241 137 35
Binary 100 10001111 1100011 1100001 0 11111 101100 10100001 1011111 11101

Color Harmonies of #048F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048F63

Black with #048F63

Text Example


Text Example

White with #048F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,143,99); }

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

background-color css

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

 a { background-color: rgb(4,143,99); }

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

border-color css

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

 span { border-color: rgb(4,143,99); }

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