Html Css Color HEX #028795 Eastern Blue

📋 copy color: '#028795'

red 2 ◦ green 135 ◦ blue 149

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

Shades of Eastern Blue #028795

Tints of Eastern Blue #028795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.2%

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 0.7%
G = 47.2%
B = 52.1%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#028795 (or 0x028795) is known color: Eastern Blue. HEX triplet: 02, 87 and 95. RGB value is (2,135,149). Sum of RGB (Red+Green+Blue) = 2+135+149=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #028795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028795 is #FD786A. Grayscale: #606060. Windows color (decimal): -16611435 or 9799426. OLE color: 9799426.

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

Color convert

RGB 2 135 149 -
CMYK 0.99 0.09 0 0.42
HSL 185.71º 0.97% 0.3% -
HSV(B) 185.71º 0.99% 0.58% -
XYZ 14.11 19.51 31.46 -
YUV 96.83 157.44 60.36 -
System Red Green Blue C M Y K H S L
Decimal 2 135 149 0.99 0.09 0 0.42 185.71 0.97 0.3
Hex 2 87 95 63 9 0 2A BA 61 1E
Octal 2 207 225 143 11 0 52 272 141 36
Binary 10 10000111 10010101 1100011 1001 0 101010 10111010 1100001 11110

Color Harmonies of #028795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028795

Black with #028795

Text Example


Text Example

White with #028795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028795; }

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

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

background-color css

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

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

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

border-color css

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

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

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