Html Css Color HEX #008B9A Eastern Blue

📋 copy color: '#008B9A'

red 0 ◦ green 139 ◦ blue 154

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

Shades of Eastern Blue #008B9A

Tints of Eastern Blue #008B9A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.44%

 BLUE value IS 154 (60.55% from 255) = 52.56%

R = 0%
G = 47.44%
B = 52.56%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#008B9A (or 0x008B9A) is known color: Eastern Blue. HEX triplet: 00, 8B and 9A. RGB value is (0,139,154). Sum of RGB (Red+Green+Blue) = 0+139+154=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #008B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B9A is #FF7465. Grayscale: #626262. Windows color (decimal): -16741478 or 10128128. OLE color: 10128128.

HSL color Cylindrical-coordinate representation of color #008B9A: hue angle of 185.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B9A is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 139 154 -
CMYK 1 0.10 0 0.40
HSL 185.84º 1% 0.3% -
HSV(B) 185.84º 1% 0.6% -
XYZ 15.07 20.8 33.79 -
YUV 99.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 0 139 154 1 0.10 0 0.40 185.84 1 0.3
Hex 0 8B 9A 64 A 0 28 BA 64 1E
Octal 0 213 232 144 12 0 50 272 144 36
Binary 0 10001011 10011010 1100100 1010 0 101000 10111010 1100100 11110

Color Harmonies of #008B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B9A

Black with #008B9A

Text Example


Text Example

White with #008B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B9A; }

 p { color: rgb(0,139,154); }

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

background-color css

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

 a { background-color: rgb(0,139,154); }

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

border-color css

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

 span { border-color: rgb(0,139,154); }

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