Html Css Color HEX #007180 Teal

📋 copy color: '#007180'

red 0 ◦ green 113 ◦ blue 128

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

Shades of Teal #007180

Tints of Teal #007180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 0%
G = 46.89%
B = 53.11%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#007180 (or 0x007180) is known color: Teal. HEX triplet: 00, 71 and 80. RGB value is (0,113,128). Sum of RGB (Red+Green+Blue) = 0+113+128=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #007180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007180 is #FF8E7F. Grayscale: #505050. Windows color (decimal): -16748160 or 8417536. OLE color: 8417536.

HSL color Cylindrical-coordinate representation of color #007180: hue angle of 187.03º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007180 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 113 128 -
CMYK 1 0.12 0 0.50
HSL 187.03º 1% 0.25% -
HSV(B) 187.03º 1% 0.5% -
XYZ 9.8 13.37 22.49 -
YUV 80.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 0 113 128 1 0.12 0 0.50 187.03 1 0.25
Hex 0 71 80 64 C 0 32 BB 64 19
Octal 0 161 200 144 14 0 62 273 144 31
Binary 0 1110001 10000000 1100100 1100 0 110010 10111011 1100100 11001

Color Harmonies of #007180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007180

Black with #007180

Text Example


Text Example

White with #007180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007180; }

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

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

background-color css

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

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

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

border-color css

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

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

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