#078B96

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

Shades of Eastern Blue #078B96

Tints of Eastern Blue #078B96

Color information

#078B96 (or 0x078B96) is unknown color: approx Eastern Blue. HEX triplet: 07, 8B and 96. RGB value is (7,139,150). Sum of RGB (Red+Green+Blue) = 7+139+150=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #078B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078B96 is #F87469. Grayscale: #646464. Windows color (decimal): -16282730 or 9865991. OLE color: 9865991.

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

Color convert

RGB7139150-
CMYK0.950.0700.41
HSL184.62º91.08%30.78%-
HSV(B)184.62º95.33%58.82%-
XYZ14.8320.7132.07-
YUV100.79155.7761.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.36%
GREEN value IS 139 (54.69% from 255) = 46.96%
BLUE value IS 150 (58.98% from 255) = 50.68%
R=2.36%
G=46.96%
B=50.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71391500.950.0700.41184.6291.0830.78
Hex78B965F7029b95b1f
Octal7213226137705127113337
Binary11110001011100101101011111111010100110111001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078B96; }

 p { color: rgb(7,139,150); }

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

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

 a { background-color: rgb(7,139,150); }

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

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

 span { border-color: rgb(7,139,150); }

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