#078296

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

Shades of Eastern Blue #078296

Tints of Eastern Blue #078296

Color information

#078296 (or 0x078296) is unknown color: approx Eastern Blue. HEX triplet: 07, 82 and 96. RGB value is (7,130,150). Sum of RGB (Red+Green+Blue) = 7+130+150=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #078296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078296 is #F87D69. Grayscale: #5F5F5F. Windows color (decimal): -16285034 or 9863687. OLE color: 9863687.

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

Color convert

RGB7130150-
CMYK0.950.1300.41
HSL188.39º91.08%30.78%-
HSV(B)188.39º95.33%58.82%-
XYZ13.5818.2131.65-
YUV95.5158.7564.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.44%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=2.44%
G=45.30%
B=52.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71301500.950.1300.41188.3991.0830.78
Hex782965FD029bc5b1f
Octal72022261371505127413337
Binary111100000101001011010111111101010100110111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078296; }

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

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

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

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

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

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

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

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