Html Css Color HEX #078796 Eastern Blue

📋 copy color: '#078796'

red 7 ◦ green 135 ◦ blue 150

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

Shades of Eastern Blue #078796

Tints of Eastern Blue #078796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.23%

 BLUE value IS 150 (58.98% from 255) = 51.37%

R = 2.4%
G = 46.23%
B = 51.37%

CMYK

 C value IS 0.95

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#078796 (or 0x078796) is known color: Eastern Blue. HEX triplet: 07, 87 and 96. RGB value is (7,135,150). Sum of RGB (Red+Green+Blue) = 7+135+150=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #078796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078796 is #F87869. Grayscale: #626262. Windows color (decimal): -16283754 or 9864967. OLE color: 9864967.

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

Color convert

RGB 7 135 150 -
CMYK 0.95 0.1 0 0.41
HSL 186.29º 0.91% 0.31% -
HSV(B) 186.29º 0.95% 0.59% -
XYZ 14.26 19.58 31.88 -
YUV 98.44 157.09 62.78 -
System Red Green Blue C M Y K H S L
Decimal 7 135 150 0.95 0.1 0 0.41 186.29 0.91 0.31
Hex 7 87 96 5F A 0 29 BA 5B 1F
Octal 7 207 226 137 12 0 51 272 133 37
Binary 111 10000111 10010110 1011111 1010 0 101001 10111010 1011011 11111

Color Harmonies of #078796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078796

Black with #078796

Text Example


Text Example

White with #078796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078796; }

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

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

background-color css

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

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

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

border-color css

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

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

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