Html Css Color HEX #078698 Eastern Blue

📋 copy color: '#078698'

red 7 ◦ green 134 ◦ blue 152

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

Shades of Eastern Blue #078698

Tints of Eastern Blue #078698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.88%

R = 2.39%
G = 45.73%
B = 51.88%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#078698 (or 0x078698) is known color: Eastern Blue. HEX triplet: 07, 86 and 98. RGB value is (7,134,152). Sum of RGB (Red+Green+Blue) = 7+134+152=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #078698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078698 is #F87967. Grayscale: #616161. Windows color (decimal): -16284008 or 9995783. OLE color: 9995783.

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

Color convert

RGB 7 134 152 -
CMYK 0.95 0.12 0 0.40
HSL 187.45º 0.91% 0.31% -
HSV(B) 187.45º 0.95% 0.6% -
XYZ 14.28 19.36 32.69 -
YUV 98.08 158.42 63.04 -
System Red Green Blue C M Y K H S L
Decimal 7 134 152 0.95 0.12 0 0.40 187.45 0.91 0.31
Hex 7 86 98 5F C 0 28 BB 5B 1F
Octal 7 206 230 137 14 0 50 273 133 37
Binary 111 10000110 10011000 1011111 1100 0 101000 10111011 1011011 11111

Color Harmonies of #078698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078698

Black with #078698

Text Example


Text Example

White with #078698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078698; }

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

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

background-color css

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

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

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

border-color css

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

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

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