Html Css Color HEX #048E63 Observatory

📋 copy color: '#048E63'

red 4 ◦ green 142 ◦ blue 99

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

Shades of Observatory #048E63

Tints of Observatory #048E63

RGB

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

 GREEN value IS 142 (55.86% from 255) = 57.96%

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

R = 1.63%
G = 57.96%
B = 40.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#048E63 (or 0x048E63) is known color: Observatory. HEX triplet: 04, 8E and 63. RGB value is (4,142,99). Sum of RGB (Red+Green+Blue) = 4+142+99=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #048E63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E63 is #FB719C. Grayscale: #5F5F5F. Windows color (decimal): -16478621 or 6524420. OLE color: 6524420.

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

Color convert

RGB 4 142 99 -
CMYK 0.97 0 0.30 0.44
HSL 161.3º 0.95% 0.29% -
HSV(B) 161.3º 0.97% 0.56% -
XYZ 11.98 20.27 15.09 -
YUV 95.84 129.78 62.5 -
System Red Green Blue C M Y K H S L
Decimal 4 142 99 0.97 0 0.30 0.44 161.3 0.95 0.29
Hex 4 8E 63 61 0 1E 2C A1 5F 1D
Octal 4 216 143 141 0 36 54 241 137 35
Binary 100 10001110 1100011 1100001 0 11110 101100 10100001 1011111 11101

Color Harmonies of #048E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E63

Black with #048E63

Text Example


Text Example

White with #048E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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