Html Css Color HEX #028999 Eastern Blue

📋 copy color: '#028999'

red 2 ◦ green 137 ◦ blue 153

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

Shades of Eastern Blue #028999

Tints of Eastern Blue #028999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.92%

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 0.68%
G = 46.92%
B = 52.4%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#028999 (or 0x028999) is known color: Eastern Blue. HEX triplet: 02, 89 and 99. RGB value is (2,137,153). Sum of RGB (Red+Green+Blue) = 2+137+153=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #028999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028999 is #FD7666. Grayscale: #626262. Windows color (decimal): -16610919 or 10062082. OLE color: 10062082.

HSL color Cylindrical-coordinate representation of color #028999: hue angle of 186.36º 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 #028999 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 137 153 -
CMYK 0.99 0.10 0 0.4
HSL 186.36º 0.97% 0.3% -
HSV(B) 186.36º 0.99% 0.6% -
XYZ 14.72 20.2 33.26 -
YUV 98.46 158.77 59.2 -
System Red Green Blue C M Y K H S L
Decimal 2 137 153 0.99 0.10 0 0.4 186.36 0.97 0.3
Hex 2 89 99 63 A 0 28 BA 61 1E
Octal 2 211 231 143 12 0 50 272 141 36
Binary 10 10001001 10011001 1100011 1010 0 101000 10111010 1100001 11110

Color Harmonies of #028999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028999

Black with #028999

Text Example


Text Example

White with #028999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028999; }

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

 H1.HeaderClassName
 {
   color: #028999;
 }
 .AnyTagClassName
 {
   color: #028999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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