#028B96

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

Shades of Eastern Blue #028B96

Tints of Eastern Blue #028B96

Color information

#028B96 (or 0x028B96) is unknown color: approx Eastern Blue. HEX triplet: 02, 8B and 96. RGB value is (2,139,150). Sum of RGB (Red+Green+Blue) = 2+139+150=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #028B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028B96 is #FD7469. Grayscale: #636363. Windows color (decimal): -16610410 or 9865986. OLE color: 9865986.

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

Color convert

RGB2139150-
CMYK0.990.0700.41
HSL184.46º97.37%29.8%-
HSV(B)184.46º98.67%58.82%-
XYZ14.7620.6832.07-
YUV99.29156.6158.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 150 (58.98% from 255) = 51.55%
R=0.69%
G=47.77%
B=51.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21391500.990.0700.41184.4697.3729.8
Hex28B96637029b8611e
Octal2213226143705127014136
Binary1010001011100101101100011111010100110111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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