Html Css Color HEX #078D98 Eastern Blue

📋 copy color: '#078D98'

red 7 ◦ green 141 ◦ blue 152

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

Shades of Eastern Blue #078D98

Tints of Eastern Blue #078D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47%

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

R = 2.33%
G = 47%
B = 50.67%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#078D98 (or 0x078D98) is known color: Eastern Blue. HEX triplet: 07, 8D and 98. RGB value is (7,141,152). Sum of RGB (Red+Green+Blue) = 7+141+152=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #078D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078D98 is #F87267. Grayscale: #666666. Windows color (decimal): -16282216 or 9997575. OLE color: 9997575.

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

Color convert

RGB 7 141 152 -
CMYK 0.95 0.07 0 0.40
HSL 184.55º 0.91% 0.31% -
HSV(B) 184.55º 0.95% 0.6% -
XYZ 15.28 21.36 33.02 -
YUV 102.19 156.11 60.11 -
System Red Green Blue C M Y K H S L
Decimal 7 141 152 0.95 0.07 0 0.40 184.55 0.91 0.31
Hex 7 8D 98 5F 7 0 28 B9 5B 1F
Octal 7 215 230 137 7 0 50 271 133 37
Binary 111 10001101 10011000 1011111 111 0 101000 10111001 1011011 11111

Color Harmonies of #078D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078D98

Black with #078D98

Text Example


Text Example

White with #078D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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