Html Css Color HEX #00718A Teal

📋 copy color: '#00718A'

red 0 ◦ green 113 ◦ blue 138

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

Shades of Teal #00718A

Tints of Teal #00718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.98%

R = 0%
G = 45.02%
B = 54.98%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00718A (or 0x00718A) is known color: Teal. HEX triplet: 00, 71 and 8A. RGB value is (0,113,138). Sum of RGB (Red+Green+Blue) = 0+113+138=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #00718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00718A is #FF8E75. Grayscale: #515151. Windows color (decimal): -16748150 or 9072896. OLE color: 9072896.

HSL color Cylindrical-coordinate representation of color #00718A: hue angle of 190.87º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00718A is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 113 138 -
CMYK 1 0.18 0 0.46
HSL 190.87º 1% 0.27% -
HSV(B) 190.87º 1% 0.54% -
XYZ 10.49 13.65 26.13 -
YUV 82.06 159.56 69.47 -
System Red Green Blue C M Y K H S L
Decimal 0 113 138 1 0.18 0 0.46 190.87 1 0.27
Hex 0 71 8A 64 12 0 2E BF 64 1B
Octal 0 161 212 144 22 0 56 277 144 33
Binary 0 1110001 10001010 1100100 10010 0 101110 10111111 1100100 11011

Color Harmonies of #00718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00718A

Black with #00718A

Text Example


Text Example

White with #00718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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