Html Css Color HEX #01708B Teal

📋 copy color: '#01708B'

red 1 ◦ green 112 ◦ blue 139

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

Shades of Teal #01708B

Tints of Teal #01708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 0.4%
G = 44.44%
B = 55.16%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01708B (or 0x01708B) is known color: Teal. HEX triplet: 01, 70 and 8B. RGB value is (1,112,139). Sum of RGB (Red+Green+Blue) = 1+112+139=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #01708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01708B is #FE8F74. Grayscale: #515151. Windows color (decimal): -16682869 or 9138177. OLE color: 9138177.

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

Color convert

RGB 1 112 139 -
CMYK 0.99 0.19 0 0.45
HSL 191.74º 0.99% 0.27% -
HSV(B) 191.74º 0.99% 0.55% -
XYZ 10.47 13.46 26.47 -
YUV 81.89 160.23 70.3 -
System Red Green Blue C M Y K H S L
Decimal 1 112 139 0.99 0.19 0 0.45 191.74 0.99 0.27
Hex 1 70 8B 63 13 0 2D C0 63 1B
Octal 1 160 213 143 23 0 55 300 143 33
Binary 1 1110000 10001011 1100011 10011 0 101101 11000000 1100011 11011

Color Harmonies of #01708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01708B

Black with #01708B

Text Example


Text Example

White with #01708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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