Html Css Color HEX #01718C Teal

📋 copy color: '#01718C'

red 1 ◦ green 113 ◦ blue 140

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

Shades of Teal #01718C

Tints of Teal #01718C

RGB

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

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

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

R = 0.39%
G = 44.49%
B = 55.12%

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

#01718C (or 0x01718C) is known color: Teal. HEX triplet: 01, 71 and 8C. RGB value is (1,113,140). Sum of RGB (Red+Green+Blue) = 1+113+140=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #01718C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01718C is #FE8E73. Grayscale: #525252. Windows color (decimal): -16682612 or 9203969. OLE color: 9203969.

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

Color convert

RGB 1 113 140 -
CMYK 0.99 0.19 0 0.45
HSL 191.65º 0.99% 0.28% -
HSV(B) 191.65º 0.99% 0.55% -
XYZ 10.65 13.71 26.9 -
YUV 82.59 160.39 69.8 -
System Red Green Blue C M Y K H S L
Decimal 1 113 140 0.99 0.19 0 0.45 191.65 0.99 0.28
Hex 1 71 8C 63 13 0 2D C0 63 1C
Octal 1 161 214 143 23 0 55 300 143 34
Binary 1 1110001 10001100 1100011 10011 0 101101 11000000 1100011 11100

Color Harmonies of #01718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01718C

Black with #01718C

Text Example


Text Example

White with #01718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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