Html Css Color HEX #01708D Teal

📋 copy color: '#01708D'

red 1 ◦ green 112 ◦ blue 141

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

Shades of Teal #01708D

Tints of Teal #01708D

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

 GREEN value IS 112 (44.14% from 255) = 44.09%

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

R = 0.39%
G = 44.09%
B = 55.51%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01708D (or 0x01708D) is known color: Teal. HEX triplet: 01, 70 and 8D. RGB value is (1,112,141). Sum of RGB (Red+Green+Blue) = 1+112+141=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 112 (44.14% from 255 or 44.09% 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 #01708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01708D is #FE8F72. Grayscale: #515151. Windows color (decimal): -16682867 or 9269249. OLE color: 9269249.

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

Color convert

RGB 1 112 141 -
CMYK 0.99 0.21 0 0.45
HSL 192.43º 0.99% 0.28% -
HSV(B) 192.43º 0.99% 0.55% -
XYZ 10.61 13.52 27.25 -
YUV 82.12 161.23 70.14 -
System Red Green Blue C M Y K H S L
Decimal 1 112 141 0.99 0.21 0 0.45 192.43 0.99 0.28
Hex 1 70 8D 63 15 0 2D C0 63 1C
Octal 1 160 215 143 25 0 55 300 143 34
Binary 1 1110000 10001101 1100011 10101 0 101101 11000000 1100011 11100

Color Harmonies of #01708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01708D

Black with #01708D

Text Example


Text Example

White with #01708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,112,141); }

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

background-color css

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

 a { background-color: rgb(1,112,141); }

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

border-color css

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

 span { border-color: rgb(1,112,141); }

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