#078695

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

Shades of Eastern Blue #078695

Tints of Eastern Blue #078695

Color information

#078695 (or 0x078695) is unknown color: approx Eastern Blue. HEX triplet: 07, 86 and 95. RGB value is (7,134,149). Sum of RGB (Red+Green+Blue) = 7+134+149=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #078695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078695 is #F8796A. Grayscale: #616161. Windows color (decimal): -16284011 or 9799175. OLE color: 9799175.

HSL color Cylindrical-coordinate representation of color #078695: hue angle of 186.34º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078695 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7134149-
CMYK0.950.1000.42
HSL186.34º91.03%30.59%-
HSV(B)186.34º95.3%58.43%-
XYZ14.0419.2731.41-
YUV97.74156.9263.28-

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.21%
BLUE value IS 149 (58.59% from 255) = 51.38%
R=2.41%
G=46.21%
B=51.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71341490.950.1000.42186.3491.0330.59
Hex786955FA02Aba5b1f
Octal72062251371205227213337
Binary111100001101001010110111111010010101010111010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078695; }

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

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

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

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

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

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

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

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