Html Css Color HEX #008C9A Eastern Blue

📋 copy color: '#008C9A'

red 0 ◦ green 140 ◦ blue 154

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

Shades of Eastern Blue #008C9A

Tints of Eastern Blue #008C9A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.62%

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

R = 0%
G = 47.62%
B = 52.38%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#008C9A (or 0x008C9A) is known color: Eastern Blue. HEX triplet: 00, 8C and 9A. RGB value is (0,140,154). Sum of RGB (Red+Green+Blue) = 0+140+154=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #008C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008C9A is #FF7365. Grayscale: #636363. Windows color (decimal): -16741222 or 10128384. OLE color: 10128384.

HSL color Cylindrical-coordinate representation of color #008C9A: hue angle of 185.45º 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 #008C9A is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 140 154 -
CMYK 1 0.09 0 0.40
HSL 185.45º 1% 0.3% -
HSV(B) 185.45º 1% 0.6% -
XYZ 15.21 21.09 33.84 -
YUV 99.74 158.62 56.86 -
System Red Green Blue C M Y K H S L
Decimal 0 140 154 1 0.09 0 0.40 185.45 1 0.3
Hex 0 8C 9A 64 9 0 28 B9 64 1E
Octal 0 214 232 144 11 0 50 271 144 36
Binary 0 10001100 10011010 1100100 1001 0 101000 10111001 1100100 11110

Color Harmonies of #008C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C9A

Black with #008C9A

Text Example


Text Example

White with #008C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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