#028696

Color #028696 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #028696

Tints of Eastern Blue #028696

Color information

#028696 (or 0x028696) is unknown color: approx Eastern Blue. HEX triplet: 02, 86 and 96. RGB value is (2,134,150). Sum of RGB (Red+Green+Blue) = 2+134+150=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #028696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028696 is #FD7969. Grayscale: #606060. Windows color (decimal): -16611690 or 9864706. OLE color: 9864706.

HSL color Cylindrical-coordinate representation of color #028696: hue angle of 186.49º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028696 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2134150-
CMYK0.990.1100.41
HSL186.49º97.37%29.8%-
HSV(B)186.49º98.67%58.82%-
XYZ14.0619.2731.83-
YUV96.36158.2760.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=0.70%
G=46.85%
B=52.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21341500.990.1100.41186.4997.3729.8
Hex2869663B029ba611e
Octal22062261431305127214136
Binary10100001101001011011000111011010100110111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028696; }

 p { color: rgb(2,134,150); }

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

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

 a { background-color: rgb(2,134,150); }

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

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

 span { border-color: rgb(2,134,150); }

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