#028995

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

Shades of Eastern Blue #028995

Tints of Eastern Blue #028995

Color information

#028995 (or 0x028995) is unknown color: approx Eastern Blue. HEX triplet: 02, 89 and 95. RGB value is (2,137,149). Sum of RGB (Red+Green+Blue) = 2+137+149=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #028995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028995 is #FD766A. Grayscale: #616161. Windows color (decimal): -16610923 or 9799938. OLE color: 9799938.

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

Color convert

RGB2137149-
CMYK0.990.0800.42
HSL184.9º97.35%29.61%-
HSV(B)184.9º98.66%58.43%-
XYZ14.420.0731.55-
YUV98156.7759.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=0.69%
G=47.57%
B=51.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21371490.990.0800.42184.997.3529.61
Hex2899563802Ab9611e
Octal22112251431005227114136
Binary10100010011001010111000111000010101010111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028995; }

 p { color: rgb(2,137,149); }

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

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

 a { background-color: rgb(2,137,149); }

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

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

 span { border-color: rgb(2,137,149); }

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