Html Css Color HEX #028997 Eastern Blue

📋 copy color: '#028997'

red 2 ◦ green 137 ◦ blue 151

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

Shades of Eastern Blue #028997

Tints of Eastern Blue #028997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.07%

R = 0.69%
G = 47.24%
B = 52.07%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#028997 (or 0x028997) is known color: Eastern Blue. HEX triplet: 02, 89 and 97. RGB value is (2,137,151). Sum of RGB (Red+Green+Blue) = 2+137+151=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #028997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028997 is #FD7668. Grayscale: #626262. Windows color (decimal): -16610921 or 9931010. OLE color: 9931010.

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

Color convert

RGB 2 137 151 -
CMYK 0.99 0.09 0 0.41
HSL 185.64º 0.97% 0.3% -
HSV(B) 185.64º 0.99% 0.59% -
XYZ 14.56 20.14 32.4 -
YUV 98.23 157.77 59.36 -
System Red Green Blue C M Y K H S L
Decimal 2 137 151 0.99 0.09 0 0.41 185.64 0.97 0.3
Hex 2 89 97 63 9 0 29 BA 61 1E
Octal 2 211 227 143 11 0 51 272 141 36
Binary 10 10001001 10010111 1100011 1001 0 101001 10111010 1100001 11110

Color Harmonies of #028997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028997

Black with #028997

Text Example


Text Example

White with #028997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028997; }

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

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

background-color css

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

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

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

border-color css

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

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

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