#028A6D

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

Shades of Observatory #028A6D

Tints of Observatory #028A6D

Color information

#028A6D (or 0x028A6D) is unknown color: approx Observatory. HEX triplet: 02, 8A and 6D. RGB value is (2,138,109). Sum of RGB (Red+Green+Blue) = 2+138+109=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #028A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028A6D is #FD7592. Grayscale: #5E5E5E. Windows color (decimal): -16610707 or 7178754. OLE color: 7178754.

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

Color convert

RGB2138109-
CMYK0.9900.210.46
HSL167.21º97.14%27.45%-
HSV(B)167.21º98.55%54.12%-
XYZ11.8719.2917.57-
YUV94.03136.4462.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=0.80%
G=55.42%
B=43.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21381090.9900.210.46167.2197.1427.45
Hex28A6D630152Ea7611b
Octal22121551430255624714133
Binary10100010101101101110001101010110111010100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,138,109); }

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

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

 a { background-color: rgb(2,138,109); }

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

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

 span { border-color: rgb(2,138,109); }

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