Html Css Color HEX #01748A Teal

📋 copy color: '#01748A'

red 1 ◦ green 116 ◦ blue 138

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

Shades of Teal #01748A

Tints of Teal #01748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

 BLUE value IS 138 (54.3% from 255) = 54.12%

R = 0.39%
G = 45.49%
B = 54.12%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01748A (or 0x01748A) is known color: Teal. HEX triplet: 01, 74 and 8A. RGB value is (1,116,138). Sum of RGB (Red+Green+Blue) = 1+116+138=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #01748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01748A is #FE8B75. Grayscale: #535353. Windows color (decimal): -16681846 or 9073665. OLE color: 9073665.

HSL color Cylindrical-coordinate representation of color #01748A: hue angle of 189.64º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01748A is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 116 138 -
CMYK 0.99 0.16 0 0.46
HSL 189.64º 0.99% 0.27% -
HSV(B) 189.64º 0.99% 0.54% -
XYZ 10.85 14.33 26.24 -
YUV 84.12 158.4 68.71 -
System Red Green Blue C M Y K H S L
Decimal 1 116 138 0.99 0.16 0 0.46 189.64 0.99 0.27
Hex 1 74 8A 63 10 0 2E BE 63 1B
Octal 1 164 212 143 20 0 56 276 143 33
Binary 1 1110100 10001010 1100011 10000 0 101110 10111110 1100011 11011

Color Harmonies of #01748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01748A

Black with #01748A

Text Example


Text Example

White with #01748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01748A; }

 p { color: rgb(1,116,138); }

 H1.HeaderClassName
 {
   color: #01748A;
 }
 .AnyTagClassName
 {
   color: #01748A;
 }
</style>

background-color css

<style>
 a { background-color: #01748A; }

 a { background-color: rgb(1,116,138); }

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

border-color css

<style>
 span { border-color: #01748A; }

 span { border-color: rgb(1,116,138); }

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