Html Css Color HEX #008995 Eastern Blue

📋 copy color: '#008995'

red 0 ◦ green 137 ◦ blue 149

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

Shades of Eastern Blue #008995

Tints of Eastern Blue #008995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 0%
G = 47.9%
B = 52.1%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008995 (or 0x008995) is known color: Eastern Blue. HEX triplet: 00, 89 and 95. RGB value is (0,137,149). Sum of RGB (Red+Green+Blue) = 0+137+149=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #008995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008995 is #FF766A. Grayscale: #616161. Windows color (decimal): -16741995 or 9799936. OLE color: 9799936.

HSL color Cylindrical-coordinate representation of color #008995: hue angle of 184.83º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008995 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 137 149 -
CMYK 1 0.08 0 0.42
HSL 184.83º 1% 0.29% -
HSV(B) 184.83º 1% 0.58% -
XYZ 14.37 20.06 31.55 -
YUV 97.41 157.11 58.52 -
System Red Green Blue C M Y K H S L
Decimal 0 137 149 1 0.08 0 0.42 184.83 1 0.29
Hex 0 89 95 64 8 0 2A B9 64 1D
Octal 0 211 225 144 10 0 52 271 144 35
Binary 0 10001001 10010101 1100100 1000 0 101010 10111001 1100100 11101

Color Harmonies of #008995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008995

Black with #008995

Text Example


Text Example

White with #008995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008995; }

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

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

background-color css

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

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

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

border-color css

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

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

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