Html Css Color HEX #07718D Teal

📋 copy color: '#07718D'

red 7 ◦ green 113 ◦ blue 141

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

Shades of Teal #07718D

Tints of Teal #07718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.3%

 BLUE value IS 141 (55.47% from 255) = 54.02%

R = 2.68%
G = 43.3%
B = 54.02%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07718D (or 0x07718D) is known color: Teal. HEX triplet: 07, 71 and 8D. RGB value is (7,113,141). Sum of RGB (Red+Green+Blue) = 7+113+141=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #07718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07718D is #F88E72. Grayscale: #545454. Windows color (decimal): -16289395 or 9269511. OLE color: 9269511.

HSL color Cylindrical-coordinate representation of color #07718D: hue angle of 192.54º degrees, saturation: 0.91, 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 #07718D is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 113 141 -
CMYK 0.95 0.20 0 0.45
HSL 192.54º 0.91% 0.29% -
HSV(B) 192.54º 0.95% 0.55% -
XYZ 10.8 13.78 27.29 -
YUV 84.5 159.88 72.72 -
System Red Green Blue C M Y K H S L
Decimal 7 113 141 0.95 0.20 0 0.45 192.54 0.91 0.29
Hex 7 71 8D 5F 14 0 2D C1 5B 1D
Octal 7 161 215 137 24 0 55 301 133 35
Binary 111 1110001 10001101 1011111 10100 0 101101 11000001 1011011 11101

Color Harmonies of #07718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07718D

Black with #07718D

Text Example


Text Example

White with #07718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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