#00899C

Color #00899C Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #00899C

Tints of Eastern Blue #00899C

Color information

#00899C (or 0x00899C) is unknown color: approx Eastern Blue. HEX triplet: 00, 89 and 9C. RGB value is (0,137,156). Sum of RGB (Red+Green+Blue) = 0+137+156=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #00899C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00899C is #FF7663. Grayscale: #616161. Windows color (decimal): -16741988 or 10258688. OLE color: 10258688.

HSL color Cylindrical-coordinate representation of color #00899C: hue angle of 187.31º 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 #00899C is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB0137156-
CMYK10.1200.39
HSL187.31º100%30.59%-
HSV(B)187.31º100%61.18%-
XYZ14.9520.2934.58-
YUV98.2160.6157.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 156 (61.33% from 255) = 53.24%
R=0%
G=46.76%
B=53.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal013715610.1200.39187.3110030.59
Hex0899C64C027bb641f
Octal02112341441404727314437
Binary0100010011001110011001001100010011110111011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00899C;
 }
 .AnyTagClassName
 {
   color: #00899C;
 }
</style>
background-color css

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

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

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

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

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

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