Html Css Color HEX #01738C Teal

📋 copy color: '#01738C'

red 1 ◦ green 115 ◦ blue 140

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

Shades of Teal #01738C

Tints of Teal #01738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.92%

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

R = 0.39%
G = 44.92%
B = 54.69%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01738C (or 0x01738C) is known color: Teal. HEX triplet: 01, 73 and 8C. RGB value is (1,115,140). Sum of RGB (Red+Green+Blue) = 1+115+140=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #01738C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01738C is #FE8C73. Grayscale: #535353. Windows color (decimal): -16682100 or 9204481. OLE color: 9204481.

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

Color convert

RGB 1 115 140 -
CMYK 0.99 0.18 0 0.45
HSL 190.79º 0.99% 0.28% -
HSV(B) 190.79º 0.99% 0.55% -
XYZ 10.88 14.16 26.97 -
YUV 83.76 159.73 68.97 -
System Red Green Blue C M Y K H S L
Decimal 1 115 140 0.99 0.18 0 0.45 190.79 0.99 0.28
Hex 1 73 8C 63 12 0 2D BF 63 1C
Octal 1 163 214 143 22 0 55 277 143 34
Binary 1 1110011 10001100 1100011 10010 0 101101 10111111 1100011 11100

Color Harmonies of #01738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01738C

Black with #01738C

Text Example


Text Example

White with #01738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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