Html Css Color HEX #048C65 Observatory

📋 copy color: '#048C65'

red 4 ◦ green 140 ◦ blue 101

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

Shades of Observatory #048C65

Tints of Observatory #048C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 57.14%

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 1.63%
G = 57.14%
B = 41.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#048C65 (or 0x048C65) is known color: Observatory. HEX triplet: 04, 8C and 65. RGB value is (4,140,101). Sum of RGB (Red+Green+Blue) = 4+140+101=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #048C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048C65 is #FB739A. Grayscale: #5E5E5E. Windows color (decimal): -16479131 or 6654980. OLE color: 6654980.

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

Color convert

RGB 4 140 101 -
CMYK 0.97 0 0.28 0.45
HSL 162.79º 0.94% 0.28% -
HSV(B) 162.79º 0.97% 0.55% -
XYZ 11.78 19.72 15.5 -
YUV 94.89 131.44 63.17 -
System Red Green Blue C M Y K H S L
Decimal 4 140 101 0.97 0 0.28 0.45 162.79 0.94 0.28
Hex 4 8C 65 61 0 1C 2D A3 5E 1C
Octal 4 214 145 141 0 34 55 243 136 34
Binary 100 10001100 1100101 1100001 0 11100 101101 10100011 1011110 11100

Color Harmonies of #048C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C65

Black with #048C65

Text Example


Text Example

White with #048C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,140,101); }

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

background-color css

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

 a { background-color: rgb(4,140,101); }

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

border-color css

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

 span { border-color: rgb(4,140,101); }

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