#078696

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

Shades of Eastern Blue #078696

Tints of Eastern Blue #078696

Color information

#078696 (or 0x078696) is unknown color: approx Eastern Blue. HEX triplet: 07, 86 and 96. RGB value is (7,134,150). Sum of RGB (Red+Green+Blue) = 7+134+150=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #078696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078696 is #F87969. Grayscale: #616161. Windows color (decimal): -16284010 or 9864711. OLE color: 9864711.

HSL color Cylindrical-coordinate representation of color #078696: hue angle of 186.71º 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 #078696 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7134150-
CMYK0.950.1100.41
HSL186.71º91.08%30.78%-
HSV(B)186.71º95.33%58.82%-
XYZ14.1219.331.83-
YUV97.85157.4263.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.41%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 150 (58.98% from 255) = 51.55%
R=2.41%
G=46.05%
B=51.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71341500.950.1100.41186.7191.0830.78
Hex786965FB029bb5b1f
Octal72062261371305127313337
Binary111100001101001011010111111011010100110111011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078696; }

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

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

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

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

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

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

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

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