Html Css Color HEX #078097 Eastern Blue

📋 copy color: '#078097'

red 7 ◦ green 128 ◦ blue 151

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

Shades of Eastern Blue #078097

Tints of Eastern Blue #078097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.8%

R = 2.45%
G = 44.76%
B = 52.8%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#078097 (or 0x078097) is known color: Eastern Blue. HEX triplet: 07, 80 and 97. RGB value is (7,128,151). Sum of RGB (Red+Green+Blue) = 7+128+151=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #078097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078097 is #F87F68. Grayscale: #5E5E5E. Windows color (decimal): -16285545 or 9928711. OLE color: 9928711.

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

Color convert

RGB 7 128 151 -
CMYK 0.95 0.15 0 0.41
HSL 189.58º 0.91% 0.31% -
HSV(B) 189.58º 0.95% 0.59% -
XYZ 13.39 17.72 31.99 -
YUV 94.44 159.91 65.63 -
System Red Green Blue C M Y K H S L
Decimal 7 128 151 0.95 0.15 0 0.41 189.58 0.91 0.31
Hex 7 80 97 5F F 0 29 BE 5B 1F
Octal 7 200 227 137 17 0 51 276 133 37
Binary 111 10000000 10010111 1011111 1111 0 101001 10111110 1011011 11111

Color Harmonies of #078097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078097

Black with #078097

Text Example


Text Example

White with #078097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078097; }

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

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

background-color css

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

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

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

border-color css

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

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

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