Html Css Color HEX #028D98 Eastern Blue

📋 copy color: '#028D98'

red 2 ◦ green 141 ◦ blue 152

#028D98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #028D98

Tints of Eastern Blue #028D98

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

 GREEN value IS 141 (55.47% from 255) = 47.8%

 BLUE value IS 152 (59.77% from 255) = 51.53%

R = 0.68%
G = 47.8%
B = 51.53%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#028D98 (or 0x028D98) is known color: 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

RGB 2 141 152 -
CMYK 0.99 0.07 0 0.40
HSL 184.4º 0.97% 0.3% -
HSV(B) 184.4º 0.99% 0.6% -
XYZ 15.22 21.33 33.02 -
YUV 100.69 156.95 57.61 -
System Red Green Blue C M Y K H S L
Decimal 2 141 152 0.99 0.07 0 0.40 184.4 0.97 0.3
Hex 2 8D 98 63 7 0 28 B8 61 1E
Octal 2 215 230 143 7 0 50 270 141 36
Binary 10 10001101 10011000 1100011 111 0 101000 10111000 1100001 11110

Color Harmonies of #028D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D98

Black with #028D98

Text Example


Text Example

White with #028D98

Text Example


Text Example

HTML Codes & Css Web 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>