Html Css Color HEX #048E66 Observatory

📋 copy color: '#048E66'

red 4 ◦ green 142 ◦ blue 102

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

Shades of Observatory #048E66

Tints of Observatory #048E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 1.61%
G = 57.26%
B = 41.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#048E66 (or 0x048E66) is known color: Observatory. HEX triplet: 04, 8E and 66. RGB value is (4,142,102). Sum of RGB (Red+Green+Blue) = 4+142+102=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 142 (55.86% from 255 or 57.26% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 142 - color contains mainly: green. Hex color #048E66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E66 is #FB7199. Grayscale: #606060. Windows color (decimal): -16478618 or 6721028. OLE color: 6721028.

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

Color convert

RGB 4 142 102 -
CMYK 0.97 0 0.28 0.44
HSL 162.61º 0.95% 0.29% -
HSV(B) 162.61º 0.97% 0.56% -
XYZ 12.12 20.33 15.86 -
YUV 96.18 131.28 62.25 -
System Red Green Blue C M Y K H S L
Decimal 4 142 102 0.97 0 0.28 0.44 162.61 0.95 0.29
Hex 4 8E 66 61 0 1C 2C A3 5F 1D
Octal 4 216 146 141 0 34 54 243 137 35
Binary 100 10001110 1100110 1100001 0 11100 101100 10100011 1011111 11101

Color Harmonies of #048E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E66

Black with #048E66

Text Example


Text Example

White with #048E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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