#0E8A9A

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

Shades of Eastern Blue #0E8A9A

Tints of Eastern Blue #0E8A9A

Color information

#0E8A9A (or 0x0E8A9A) is unknown color: approx Eastern Blue. HEX triplet: 0E, 8A and 9A. RGB value is (14,138,154). Sum of RGB (Red+Green+Blue) = 14+138+154=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E8A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8A9A is #F17565. Grayscale: #666666. Windows color (decimal): -15824230 or 10127886. OLE color: 10127886.

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

Color convert

RGB14138154-
CMYK0.910.1000.40
HSL186.86º83.33%32.94%-
HSV(B)186.86º90.91%60.39%-
XYZ15.120.633.75-
YUV102.75156.9264.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.58%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=4.58%
G=45.10%
B=50.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141381540.910.1000.40186.8683.3332.94
HexE8A9A5BA028bb5321
Octal162122321331205027312341
Binary11101000101010011010101101110100101000101110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E8A9A; }

 p { color: rgb(14,138,154); }

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

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

 a { background-color: rgb(14,138,154); }

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

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

 span { border-color: rgb(14,138,154); }

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