Html Css Color HEX #078094 Eastern Blue

📋 copy color: '#078094'

red 7 ◦ green 128 ◦ blue 148

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

Shades of Eastern Blue #078094

Tints of Eastern Blue #078094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

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

R = 2.47%
G = 45.23%
B = 52.3%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#078094 (or 0x078094) is known color: Eastern Blue. HEX triplet: 07, 80 and 94. RGB value is (7,128,148). Sum of RGB (Red+Green+Blue) = 7+128+148=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #078094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078094 is #F87F6B. Grayscale: #5D5D5D. Windows color (decimal): -16285548 or 9732103. OLE color: 9732103.

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

Color convert

RGB 7 128 148 -
CMYK 0.95 0.14 0 0.42
HSL 188.51º 0.91% 0.3% -
HSV(B) 188.51º 0.95% 0.58% -
XYZ 13.15 17.62 30.73 -
YUV 94.1 158.41 65.87 -
System Red Green Blue C M Y K H S L
Decimal 7 128 148 0.95 0.14 0 0.42 188.51 0.91 0.3
Hex 7 80 94 5F E 0 2A BD 5B 1E
Octal 7 200 224 137 16 0 52 275 133 36
Binary 111 10000000 10010100 1011111 1110 0 101010 10111101 1011011 11110

Color Harmonies of #078094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078094

Black with #078094

Text Example


Text Example

White with #078094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078094; }

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

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

background-color css

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

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

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

border-color css

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

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

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