#098C96

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

Shades of Eastern Blue #098C96

Tints of Eastern Blue #098C96

Color information

#098C96 (or 0x098C96) is unknown color: approx Eastern Blue. HEX triplet: 09, 8C and 96. RGB value is (9,140,150). Sum of RGB (Red+Green+Blue) = 9+140+150=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #098C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098C96 is #F67369. Grayscale: #656565. Windows color (decimal): -16151402 or 9866249. OLE color: 9866249.

HSL color Cylindrical-coordinate representation of color #098C96: hue angle of 184.26º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098C96 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9140150-
CMYK0.940.0700.41
HSL184.26º88.68%31.18%-
HSV(B)184.26º94%58.82%-
XYZ1521.0232.12-
YUV101.97155.161.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.01%
GREEN value IS 140 (55.08% from 255) = 46.82%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=3.01%
G=46.82%
B=50.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91401500.940.0700.41184.2688.6831.18
Hex98C965E7029b8591f
Octal11214226136705127013137
Binary100110001100100101101011110111010100110111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098C96; }

 p { color: rgb(9,140,150); }

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

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

 a { background-color: rgb(9,140,150); }

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

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

 span { border-color: rgb(9,140,150); }

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