Html Css Color HEX #01788F Teal

📋 copy color: '#01788F'

red 1 ◦ green 120 ◦ blue 143

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

Shades of Teal #01788F

Tints of Teal #01788F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.45%

 BLUE value IS 143 (56.25% from 255) = 54.17%

R = 0.38%
G = 45.45%
B = 54.17%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01788F (or 0x01788F) is known color: Teal. HEX triplet: 01, 78 and 8F. RGB value is (1,120,143). Sum of RGB (Red+Green+Blue) = 1+120+143=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #01788F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01788F is #FE8770. Grayscale: #565656. Windows color (decimal): -16680817 or 9402369. OLE color: 9402369.

HSL color Cylindrical-coordinate representation of color #01788F: hue angle of 189.72º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01788F is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 120 143 -
CMYK 0.99 0.16 0 0.44
HSL 189.72º 0.99% 0.28% -
HSV(B) 189.72º 0.99% 0.56% -
XYZ 11.69 15.42 28.35 -
YUV 87.04 159.58 66.63 -
System Red Green Blue C M Y K H S L
Decimal 1 120 143 0.99 0.16 0 0.44 189.72 0.99 0.28
Hex 1 78 8F 63 10 0 2C BE 63 1C
Octal 1 170 217 143 20 0 54 276 143 34
Binary 1 1111000 10001111 1100011 10000 0 101100 10111110 1100011 11100

Color Harmonies of #01788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01788F

Black with #01788F

Text Example


Text Example

White with #01788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01788F; }

 p { color: rgb(1,120,143); }

 H1.HeaderClassName
 {
   color: #01788F;
 }
 .AnyTagClassName
 {
   color: #01788F;
 }
</style>

background-color css

<style>
 a { background-color: #01788F; }

 a { background-color: rgb(1,120,143); }

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

border-color css

<style>
 span { border-color: #01788F; }

 span { border-color: rgb(1,120,143); }

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