Html Css Color HEX #078694 Eastern Blue

📋 copy color: '#078694'

red 7 ◦ green 134 ◦ blue 148

#078694
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #078694

Tints of Eastern Blue #078694

RGB

 RED value IS 7 (3.13% from 255) = 2.42%

 GREEN value IS 134 (52.73% from 255) = 46.37%

 BLUE value IS 148 (58.2% from 255) = 51.21%

R = 2.42%
G = 46.37%
B = 51.21%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#078694 (or 0x078694) is known color: Eastern Blue. HEX triplet: 07, 86 and 94. RGB value is (7,134,148). Sum of RGB (Red+Green+Blue) = 7+134+148=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #078694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078694 is #F8796B. Grayscale: #616161. Windows color (decimal): -16284012 or 9733639. OLE color: 9733639.

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

Color convert

RGB 7 134 148 -
CMYK 0.95 0.09 0 0.42
HSL 185.96º 0.91% 0.3% -
HSV(B) 185.96º 0.95% 0.58% -
XYZ 13.96 19.23 30.99 -
YUV 97.62 156.42 63.36 -
System Red Green Blue C M Y K H S L
Decimal 7 134 148 0.95 0.09 0 0.42 185.96 0.91 0.3
Hex 7 86 94 5F 9 0 2A BA 5B 1E
Octal 7 206 224 137 11 0 52 272 133 36
Binary 111 10000110 10010100 1011111 1001 0 101010 10111010 1011011 11110

Color Harmonies of #078694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078694

Black with #078694

Text Example


Text Example

White with #078694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078694; }

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

 H1.HeaderClassName
 {
   color: #078694;
 }
 .AnyTagClassName
 {
   color: #078694;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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