#078D97

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

Shades of Eastern Blue #078D97

Tints of Eastern Blue #078D97

Color information

#078D97 (or 0x078D97) is unknown color: approx Eastern Blue. HEX triplet: 07, 8D and 97. RGB value is (7,141,151). Sum of RGB (Red+Green+Blue) = 7+141+151=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #078D97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078D97 is #F87268. Grayscale: #656565. Windows color (decimal): -16282217 or 9932039. OLE color: 9932039.

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

Color convert

RGB7141151-
CMYK0.950.0700.41
HSL184.17º91.14%30.98%-
HSV(B)184.17º95.36%59.22%-
XYZ15.221.3332.59-
YUV102.07155.6160.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.34%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 151 (59.38% from 255) = 50.50%
R=2.34%
G=47.16%
B=50.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71411510.950.0700.41184.1791.1430.98
Hex78D975F7029b85b1f
Octal7215227137705127013337
Binary11110001101100101111011111111010100110111000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078D97; }

 p { color: rgb(7,141,151); }

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

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

 a { background-color: rgb(7,141,151); }

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

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

 span { border-color: rgb(7,141,151); }

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