Html Css Color HEX #00889C Eastern Blue

📋 copy color: '#00889C'

red 0 ◦ green 136 ◦ blue 156

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

Shades of Eastern Blue #00889C

Tints of Eastern Blue #00889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 0%
G = 46.58%
B = 53.42%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00889C (or 0x00889C) is known color: Eastern Blue. HEX triplet: 00, 88 and 9C. RGB value is (0,136,156). Sum of RGB (Red+Green+Blue) = 0+136+156=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #00889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00889C is #FF7763. Grayscale: #616161. Windows color (decimal): -16742244 or 10258432. OLE color: 10258432.

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

Color convert

RGB 0 136 156 -
CMYK 1 0.13 0 0.39
HSL 187.69º 1% 0.31% -
HSV(B) 187.69º 1% 0.61% -
XYZ 14.8 20.01 34.53 -
YUV 97.62 160.94 58.37 -
System Red Green Blue C M Y K H S L
Decimal 0 136 156 1 0.13 0 0.39 187.69 1 0.31
Hex 0 88 9C 64 D 0 27 BC 64 1F
Octal 0 210 234 144 15 0 47 274 144 37
Binary 0 10001000 10011100 1100100 1101 0 100111 10111100 1100100 11111

Color Harmonies of #00889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00889C

Black with #00889C

Text Example


Text Example

White with #00889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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