Html Css Color HEX #078A7C Teal

📋 copy color: '#078A7C'

red 7 ◦ green 138 ◦ blue 124

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

Shades of Teal #078A7C

Tints of Teal #078A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.3%

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 2.6%
G = 51.3%
B = 46.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#078A7C (or 0x078A7C) is known color: Teal. HEX triplet: 07, 8A and 7C. RGB value is (7,138,124). Sum of RGB (Red+Green+Blue) = 7+138+124=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #078A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078A7C is #F87583. Grayscale: #616161. Windows color (decimal): -16283012 or 8161799. OLE color: 8161799.

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

Color convert

RGB 7 138 124 -
CMYK 0.95 0 0.10 0.46
HSL 173.59º 0.9% 0.28% -
HSV(B) 173.59º 0.95% 0.54% -
XYZ 12.81 19.68 22.19 -
YUV 97.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 7 138 124 0.95 0 0.10 0.46 173.59 0.9 0.28
Hex 7 8A 7C 5F 0 A 2E AE 5A 1C
Octal 7 212 174 137 0 12 56 256 132 34
Binary 111 10001010 1111100 1011111 0 1010 101110 10101110 1011010 11100

Color Harmonies of #078A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078A7C

Black with #078A7C

Text Example


Text Example

White with #078A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,138,124); }

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

background-color css

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

 a { background-color: rgb(7,138,124); }

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

border-color css

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

 span { border-color: rgb(7,138,124); }

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