Html Css Color HEX #048A65 Observatory

📋 copy color: '#048A65'

red 4 ◦ green 138 ◦ blue 101

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

Shades of Observatory #048A65

Tints of Observatory #048A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 56.79%

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

R = 1.65%
G = 56.79%
B = 41.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#048A65 (or 0x048A65) is known color: Observatory. HEX triplet: 04, 8A and 65. RGB value is (4,138,101). Sum of RGB (Red+Green+Blue) = 4+138+101=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #048A65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A65 is #FB759A. Grayscale: #5D5D5D. Windows color (decimal): -16479643 or 6654468. OLE color: 6654468.

HSL color Cylindrical-coordinate representation of color #048A65: hue angle of 163.43º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A65 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 138 101 -
CMYK 0.97 0 0.27 0.46
HSL 163.43º 0.94% 0.28% -
HSV(B) 163.43º 0.97% 0.54% -
XYZ 11.49 19.14 15.4 -
YUV 93.72 132.11 64.01 -
System Red Green Blue C M Y K H S L
Decimal 4 138 101 0.97 0 0.27 0.46 163.43 0.94 0.28
Hex 4 8A 65 61 0 1B 2E A3 5E 1C
Octal 4 212 145 141 0 33 56 243 136 34
Binary 100 10001010 1100101 1100001 0 11011 101110 10100011 1011110 11100

Color Harmonies of #048A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048A65

Black with #048A65

Text Example


Text Example

White with #048A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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