Html Css Color HEX #00718D Teal

📋 copy color: '#00718D'

red 0 ◦ green 113 ◦ blue 141

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

Shades of Teal #00718D

Tints of Teal #00718D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 44.49%
B = 55.51%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00718D (or 0x00718D) is known color: Teal. HEX triplet: 00, 71 and 8D. RGB value is (0,113,141). Sum of RGB (Red+Green+Blue) = 0+113+141=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #00718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00718D is #FF8E72. Grayscale: #525252. Windows color (decimal): -16748147 or 9269504. OLE color: 9269504.

HSL color Cylindrical-coordinate representation of color #00718D: hue angle of 191.91º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00718D is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 113 141 -
CMYK 1 0.20 0 0.45
HSL 191.91º 1% 0.28% -
HSV(B) 191.91º 1% 0.55% -
XYZ 10.71 13.73 27.29 -
YUV 82.41 161.06 69.22 -
System Red Green Blue C M Y K H S L
Decimal 0 113 141 1 0.20 0 0.45 191.91 1 0.28
Hex 0 71 8D 64 14 0 2D C0 64 1C
Octal 0 161 215 144 24 0 55 300 144 34
Binary 0 1110001 10001101 1100100 10100 0 101101 11000000 1100100 11100

Color Harmonies of #00718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00718D

Black with #00718D

Text Example


Text Example

White with #00718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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