#028796

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

Shades of Eastern Blue #028796

Tints of Eastern Blue #028796

Color information

#028796 (or 0x028796) is unknown color: approx Eastern Blue. HEX triplet: 02, 87 and 96. RGB value is (2,135,150). Sum of RGB (Red+Green+Blue) = 2+135+150=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #028796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028796 is #FD7869. Grayscale: #606060. Windows color (decimal): -16611434 or 9864962. OLE color: 9864962.

HSL color Cylindrical-coordinate representation of color #028796: hue angle of 186.08º 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 #028796 is Cyan = 0.99, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2135150-
CMYK0.990.100.41
HSL186.08º97.37%29.8%-
HSV(B)186.08º98.67%58.82%-
XYZ14.1919.5431.88-
YUV96.94157.9460.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=0.70%
G=47.04%
B=52.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21351500.990.100.41186.0897.3729.8
Hex2879663A029ba611e
Octal22072261431205127214136
Binary10100001111001011011000111010010100110111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028796; }

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

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

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

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

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

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

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

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