Html Css Color HEX #01708C Teal

📋 copy color: '#01708C'

red 1 ◦ green 112 ◦ blue 140

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

Shades of Teal #01708C

Tints of Teal #01708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 0.4%
G = 44.27%
B = 55.34%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01708C (or 0x01708C) is known color: Teal. HEX triplet: 01, 70 and 8C. RGB value is (1,112,140). Sum of RGB (Red+Green+Blue) = 1+112+140=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #01708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01708C is #FE8F73. Grayscale: #515151. Windows color (decimal): -16682868 or 9203713. OLE color: 9203713.

HSL color Cylindrical-coordinate representation of color #01708C: hue angle of 192.09º 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 #01708C is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 112 140 -
CMYK 0.99 0.20 0 0.45
HSL 192.09º 0.99% 0.28% -
HSV(B) 192.09º 0.99% 0.55% -
XYZ 10.54 13.49 26.86 -
YUV 82 160.73 70.22 -
System Red Green Blue C M Y K H S L
Decimal 1 112 140 0.99 0.20 0 0.45 192.09 0.99 0.28
Hex 1 70 8C 63 14 0 2D C0 63 1C
Octal 1 160 214 143 24 0 55 300 143 34
Binary 1 1110000 10001100 1100011 10100 0 101101 11000000 1100011 11100

Color Harmonies of #01708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01708C

Black with #01708C

Text Example


Text Example

White with #01708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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