#078096

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

Shades of Eastern Blue #078096

Tints of Eastern Blue #078096

Color information

#078096 (or 0x078096) is unknown color: approx Eastern Blue. HEX triplet: 07, 80 and 96. RGB value is (7,128,150). Sum of RGB (Red+Green+Blue) = 7+128+150=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #078096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078096 is #F87F69. Grayscale: #5E5E5E. Windows color (decimal): -16285546 or 9863175. OLE color: 9863175.

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

Color convert

RGB7128150-
CMYK0.950.1500.41
HSL189.23º91.08%30.78%-
HSV(B)189.23º95.33%58.82%-
XYZ13.3117.6931.57-
YUV94.33159.4165.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.46%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=2.46%
G=44.91%
B=52.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71281500.950.1500.41189.2391.0830.78
Hex780965FF029bd5b1f
Octal72002261371705127513337
Binary111100000001001011010111111111010100110111101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078096; }

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

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

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

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

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

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

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

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