#028898

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

Shades of Eastern Blue #028898

Tints of Eastern Blue #028898

Color information

#028898 (or 0x028898) is unknown color: approx Eastern Blue. HEX triplet: 02, 88 and 98. RGB value is (2,136,152). Sum of RGB (Red+Green+Blue) = 2+136+152=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #028898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028898 is #FD7767. Grayscale: #616161. Windows color (decimal): -16611176 or 9996290. OLE color: 9996290.

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

Color convert

RGB2136152-
CMYK0.990.1100.40
HSL186.4º97.4%30.2%-
HSV(B)186.4º98.68%59.61%-
XYZ14.519.8932.78-
YUV97.76158.6159.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 136 (53.52% from 255) = 46.90%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=0.69%
G=46.90%
B=52.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21361520.990.1100.40186.497.430.2
Hex2889863B028ba611e
Octal22102301431305027214136
Binary10100010001001100011000111011010100010111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028898; }

 p { color: rgb(2,136,152); }

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

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

 a { background-color: rgb(2,136,152); }

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

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

 span { border-color: rgb(2,136,152); }

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