Html Css Color HEX #048E6A Observatory

📋 copy color: '#048E6A'

red 4 ◦ green 142 ◦ blue 106

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

Shades of Observatory #048E6A

Tints of Observatory #048E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 1.59%
G = 56.35%
B = 42.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#048E6A (or 0x048E6A) is known color: Observatory. HEX triplet: 04, 8E and 6A. RGB value is (4,142,106). Sum of RGB (Red+Green+Blue) = 4+142+106=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #048E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E6A is #FB7195. Grayscale: #606060. Windows color (decimal): -16478614 or 6983172. OLE color: 6983172.

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

Color convert

RGB 4 142 106 -
CMYK 0.97 0 0.25 0.44
HSL 164.35º 0.95% 0.29% -
HSV(B) 164.35º 0.97% 0.56% -
XYZ 12.32 20.41 16.93 -
YUV 96.63 133.28 61.93 -
System Red Green Blue C M Y K H S L
Decimal 4 142 106 0.97 0 0.25 0.44 164.35 0.95 0.29
Hex 4 8E 6A 61 0 19 2C A4 5F 1D
Octal 4 216 152 141 0 31 54 244 137 35
Binary 100 10001110 1101010 1100001 0 11001 101100 10100100 1011111 11101

Color Harmonies of #048E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E6A

Black with #048E6A

Text Example


Text Example

White with #048E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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