#028E66

Color #028E66 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #028E66

Tints of Observatory #028E66

Color information

#028E66 (or 0x028E66) is unknown color: approx Observatory. HEX triplet: 02, 8E and 66. RGB value is (2,142,102). Sum of RGB (Red+Green+Blue) = 2+142+102=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #028E66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E66 is #FD7199. Grayscale: #5F5F5F. Windows color (decimal): -16609690 or 6721026. OLE color: 6721026.

HSL color Cylindrical-coordinate representation of color #028E66: hue angle of 162.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E66 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB2142102-
CMYK0.9900.280.44
HSL162.86º97.22%28.24%-
HSV(B)162.86º98.59%55.69%-
XYZ12.120.3215.85-
YUV95.58131.6261.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 142 (55.86% from 255) = 57.72%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=0.81%
G=57.72%
B=41.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21421020.9900.280.44162.8697.2228.24
Hex28E666301C2Ca3611c
Octal22161461430345424314134
Binary10100011101100110110001101110010110010100011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #028E66;
 }
 .AnyTagClassName
 {
   color: #028E66;
 }
</style>
background-color css

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

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

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

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

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

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