Html Css Color HEX #00889E Eastern Blue

📋 copy color: '#00889E'

red 0 ◦ green 136 ◦ blue 158

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

Shades of Eastern Blue #00889E

Tints of Eastern Blue #00889E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 46.26%

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 0%
G = 46.26%
B = 53.74%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00889E (or 0x00889E) is known color: Eastern Blue. HEX triplet: 00, 88 and 9E. RGB value is (0,136,158). Sum of RGB (Red+Green+Blue) = 0+136+158=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #00889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00889E is #FF7761. Grayscale: #616161. Windows color (decimal): -16742242 or 10389504. OLE color: 10389504.

HSL color Cylindrical-coordinate representation of color #00889E: hue angle of 188.35º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00889E is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 136 158 -
CMYK 1 0.14 0 0.38
HSL 188.35º 1% 0.31% -
HSV(B) 188.35º 1% 0.62% -
XYZ 14.98 20.08 35.43 -
YUV 97.84 161.94 58.21 -
System Red Green Blue C M Y K H S L
Decimal 0 136 158 1 0.14 0 0.38 188.35 1 0.31
Hex 0 88 9E 64 E 0 26 BC 64 1F
Octal 0 210 236 144 16 0 46 274 144 37
Binary 0 10001000 10011110 1100100 1110 0 100110 10111100 1100100 11111

Color Harmonies of #00889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00889E

Black with #00889E

Text Example


Text Example

White with #00889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00889E; }

 p { color: rgb(0,136,158); }

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

background-color css

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

 a { background-color: rgb(0,136,158); }

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

border-color css

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

 span { border-color: rgb(0,136,158); }

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