#078798

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

Shades of Eastern Blue #078798

Tints of Eastern Blue #078798

Color information

#078798 (or 0x078798) is unknown color: approx Eastern Blue. HEX triplet: 07, 87 and 98. RGB value is (7,135,152). Sum of RGB (Red+Green+Blue) = 7+135+152=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #078798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078798 is #F87867. Grayscale: #626262. Windows color (decimal): -16283752 or 9996039. OLE color: 9996039.

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

Color convert

RGB7135152-
CMYK0.950.1100.40
HSL187.03º91.19%31.18%-
HSV(B)187.03º95.39%59.61%-
XYZ14.4219.6432.74-
YUV98.67158.0962.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.38%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 152 (59.77% from 255) = 51.70%
R=2.38%
G=45.92%
B=51.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71351520.950.1100.40187.0391.1931.18
Hex787985FB028bb5b1f
Octal72072301371305027313337
Binary111100001111001100010111111011010100010111011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078798; }

 p { color: rgb(7,135,152); }

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

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

 a { background-color: rgb(7,135,152); }

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

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

 span { border-color: rgb(7,135,152); }

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