#028D98

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

Shades of Eastern Blue #028D98

Tints of Eastern Blue #028D98

Color information

#028D98 (or 0x028D98) is unknown color: approx Eastern Blue. HEX triplet: 02, 8D and 98. RGB value is (2,141,152). Sum of RGB (Red+Green+Blue) = 2+141+152=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #028D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028D98 is #FD7267. Grayscale: #646464. Windows color (decimal): -16609896 or 9997570. OLE color: 9997570.

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

Color convert

RGB2141152-
CMYK0.990.0700.40
HSL184.4º97.4%30.2%-
HSV(B)184.4º98.68%59.61%-
XYZ15.2221.3333.02-
YUV100.69156.9557.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=0.68%
G=47.80%
B=51.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21411520.990.0700.40184.497.430.2
Hex28D98637028b8611e
Octal2215230143705027014136
Binary1010001101100110001100011111010100010111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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