Html Css Color HEX #078B7D Teal

📋 copy color: '#078B7D'

red 7 ◦ green 139 ◦ blue 125

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

Shades of Teal #078B7D

Tints of Teal #078B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.29%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 2.58%
G = 51.29%
B = 46.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#078B7D (or 0x078B7D) is known color: Teal. HEX triplet: 07, 8B and 7D. RGB value is (7,139,125). Sum of RGB (Red+Green+Blue) = 7+139+125=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #078B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B7D is #F87482. Grayscale: #616161. Windows color (decimal): -16282755 or 8227591. OLE color: 8227591.

HSL color Cylindrical-coordinate representation of color #078B7D: hue angle of 173.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B7D is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 139 125 -
CMYK 0.95 0 0.10 0.45
HSL 173.64º 0.9% 0.29% -
HSV(B) 173.64º 0.95% 0.55% -
XYZ 13.02 19.99 22.57 -
YUV 97.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 7 139 125 0.95 0 0.10 0.45 173.64 0.9 0.29
Hex 7 8B 7D 5F 0 A 2D AE 5A 1D
Octal 7 213 175 137 0 12 55 256 132 35
Binary 111 10001011 1111101 1011111 0 1010 101101 10101110 1011010 11101

Color Harmonies of #078B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078B7D

Black with #078B7D

Text Example


Text Example

White with #078B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,139,125); }

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

background-color css

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

 a { background-color: rgb(7,139,125); }

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

border-color css

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

 span { border-color: rgb(7,139,125); }

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