#028A6C

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

Shades of Observatory #028A6C

Tints of Observatory #028A6C

Color information

#028A6C (or 0x028A6C) is unknown color: approx Observatory. HEX triplet: 02, 8A and 6C. RGB value is (2,138,108). Sum of RGB (Red+Green+Blue) = 2+138+108=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #028A6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028A6C is #FD7593. Grayscale: #5D5D5D. Windows color (decimal): -16610708 or 7113218. OLE color: 7113218.

HSL color Cylindrical-coordinate representation of color #028A6C: hue angle of 166.76º 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 #028A6C is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB2138108-
CMYK0.9900.220.46
HSL166.76º97.14%27.45%-
HSV(B)166.76º98.55%54.12%-
XYZ11.8219.2717.28-
YUV93.92135.9462.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 138 (54.30% from 255) = 55.65%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=0.81%
G=55.65%
B=43.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21381080.9900.220.46166.7697.1427.45
Hex28A6C630162Ea7611b
Octal22121541430265624714133
Binary10100010101101100110001101011010111010100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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