Html Css Color HEX #028099 Eastern Blue

📋 copy color: '#028099'

red 2 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #028099

Tints of Eastern Blue #028099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

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

R = 0.71%
G = 45.23%
B = 54.06%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#028099 (or 0x028099) is known color: Eastern Blue. HEX triplet: 02, 80 and 99. RGB value is (2,128,153). Sum of RGB (Red+Green+Blue) = 2+128+153=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #028099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028099 is #FD7F66. Grayscale: #5C5C5C. Windows color (decimal): -16613223 or 10059778. OLE color: 10059778.

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

Color convert

RGB 2 128 153 -
CMYK 0.99 0.16 0 0.4
HSL 189.93º 0.97% 0.3% -
HSV(B) 189.93º 0.99% 0.6% -
XYZ 13.49 17.75 32.85 -
YUV 93.18 161.76 62.97 -
System Red Green Blue C M Y K H S L
Decimal 2 128 153 0.99 0.16 0 0.4 189.93 0.97 0.3
Hex 2 80 99 63 10 0 28 BE 61 1E
Octal 2 200 231 143 20 0 50 276 141 36
Binary 10 10000000 10011001 1100011 10000 0 101000 10111110 1100001 11110

Color Harmonies of #028099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028099

Black with #028099

Text Example


Text Example

White with #028099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028099; }

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

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

background-color css

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

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

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

border-color css

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

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

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