Html Css Color HEX #078899 Eastern Blue

📋 copy color: '#078899'

red 7 ◦ green 136 ◦ blue 153

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

Shades of Eastern Blue #078899

Tints of Eastern Blue #078899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.95%

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 2.36%
G = 45.95%
B = 51.69%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#078899 (or 0x078899) is known color: Eastern Blue. HEX triplet: 07, 88 and 99. RGB value is (7,136,153). Sum of RGB (Red+Green+Blue) = 7+136+153=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #078899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078899 is #F87766. Grayscale: #636363. Windows color (decimal): -16283495 or 10061831. OLE color: 10061831.

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

Color convert

RGB 7 136 153 -
CMYK 0.95 0.11 0 0.4
HSL 186.99º 0.91% 0.31% -
HSV(B) 186.99º 0.95% 0.6% -
XYZ 14.64 19.95 33.22 -
YUV 99.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 7 136 153 0.95 0.11 0 0.4 186.99 0.91 0.31
Hex 7 88 99 5F B 0 28 BB 5B 1F
Octal 7 210 231 137 13 0 50 273 133 37
Binary 111 10001000 10011001 1011111 1011 0 101000 10111011 1011011 11111

Color Harmonies of #078899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078899

Black with #078899

Text Example


Text Example

White with #078899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078899; }

 p { color: rgb(7,136,153); }

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

background-color css

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

 a { background-color: rgb(7,136,153); }

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

border-color css

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

 span { border-color: rgb(7,136,153); }

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