Html Css Color HEX #028696 Eastern Blue

📋 copy color: '#028696'

red 2 ◦ green 134 ◦ blue 150

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

Shades of Eastern Blue #028696

Tints of Eastern Blue #028696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

 BLUE value IS 150 (58.98% from 255) = 52.45%

R = 0.7%
G = 46.85%
B = 52.45%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#028696 (or 0x028696) is known color: Eastern Blue. HEX triplet: 02, 86 and 96. RGB value is (2,134,150). Sum of RGB (Red+Green+Blue) = 2+134+150=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #028696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028696 is #FD7969. Grayscale: #606060. Windows color (decimal): -16611690 or 9864706. OLE color: 9864706.

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

Color convert

RGB 2 134 150 -
CMYK 0.99 0.11 0 0.41
HSL 186.49º 0.97% 0.3% -
HSV(B) 186.49º 0.99% 0.59% -
XYZ 14.06 19.27 31.83 -
YUV 96.36 158.27 60.7 -
System Red Green Blue C M Y K H S L
Decimal 2 134 150 0.99 0.11 0 0.41 186.49 0.97 0.3
Hex 2 86 96 63 B 0 29 BA 61 1E
Octal 2 206 226 143 13 0 51 272 141 36
Binary 10 10000110 10010110 1100011 1011 0 101001 10111010 1100001 11110

Color Harmonies of #028696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028696

Black with #028696

Text Example


Text Example

White with #028696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028696; }

 p { color: rgb(2,134,150); }

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

background-color css

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

 a { background-color: rgb(2,134,150); }

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

border-color css

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

 span { border-color: rgb(2,134,150); }

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