Html Css Color HEX #00899D Eastern Blue

📋 copy color: '#00899D'

red 0 ◦ green 137 ◦ blue 157

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

Shades of Eastern Blue #00899D

Tints of Eastern Blue #00899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.6%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 0%
G = 46.6%
B = 53.4%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00899D (or 0x00899D) is known color: Eastern Blue. HEX triplet: 00, 89 and 9D. RGB value is (0,137,157). Sum of RGB (Red+Green+Blue) = 0+137+157=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #00899D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00899D is #FF7662. Grayscale: #626262. Windows color (decimal): -16741987 or 10324224. OLE color: 10324224.

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

Color convert

RGB 0 137 157 -
CMYK 1 0.13 0 0.38
HSL 187.64º 1% 0.31% -
HSV(B) 187.64º 1% 0.62% -
XYZ 15.03 20.33 35.03 -
YUV 98.32 161.11 57.87 -
System Red Green Blue C M Y K H S L
Decimal 0 137 157 1 0.13 0 0.38 187.64 1 0.31
Hex 0 89 9D 64 D 0 26 BC 64 1F
Octal 0 211 235 144 15 0 46 274 144 37
Binary 0 10001001 10011101 1100100 1101 0 100110 10111100 1100100 11111

Color Harmonies of #00899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00899D

Black with #00899D

Text Example


Text Example

White with #00899D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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