Html Css Color HEX #01718B Teal

📋 copy color: '#01718B'

red 1 ◦ green 113 ◦ blue 139

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

Shades of Teal #01718B

Tints of Teal #01718B

RGB

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

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

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

R = 0.4%
G = 44.66%
B = 54.94%

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

#01718B (or 0x01718B) is known color: Teal. HEX triplet: 01, 71 and 8B. RGB value is (1,113,139). Sum of RGB (Red+Green+Blue) = 1+113+139=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #01718B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01718B is #FE8E74. Grayscale: #525252. Windows color (decimal): -16682613 or 9138433. OLE color: 9138433.

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

Color convert

RGB 1 113 139 -
CMYK 0.99 0.19 0 0.45
HSL 191.3º 0.99% 0.27% -
HSV(B) 191.3º 0.99% 0.55% -
XYZ 10.58 13.68 26.51 -
YUV 82.48 159.89 69.89 -
System Red Green Blue C M Y K H S L
Decimal 1 113 139 0.99 0.19 0 0.45 191.3 0.99 0.27
Hex 1 71 8B 63 13 0 2D BF 63 1B
Octal 1 161 213 143 23 0 55 277 143 33
Binary 1 1110001 10001011 1100011 10011 0 101101 10111111 1100011 11011

Color Harmonies of #01718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01718B

Black with #01718B

Text Example


Text Example

White with #01718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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