Html Css Color HEX #01788B Teal

📋 copy color: '#01788B'

red 1 ◦ green 120 ◦ blue 139

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

Shades of Teal #01788B

Tints of Teal #01788B

RGB

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

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

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

R = 0.38%
G = 46.15%
B = 53.46%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01788B (or 0x01788B) is known color: Teal. HEX triplet: 01, 78 and 8B. RGB value is (1,120,139). Sum of RGB (Red+Green+Blue) = 1+120+139=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #01788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01788B is #FE8774. Grayscale: #565656. Windows color (decimal): -16680821 or 9140225. OLE color: 9140225.

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

Color convert

RGB 1 120 139 -
CMYK 0.99 0.14 0 0.45
HSL 188.26º 0.99% 0.27% -
HSV(B) 188.26º 0.99% 0.55% -
XYZ 11.39 15.3 26.78 -
YUV 86.59 157.58 66.96 -
System Red Green Blue C M Y K H S L
Decimal 1 120 139 0.99 0.14 0 0.45 188.26 0.99 0.27
Hex 1 78 8B 63 E 0 2D BC 63 1B
Octal 1 170 213 143 16 0 55 274 143 33
Binary 1 1111000 10001011 1100011 1110 0 101101 10111100 1100011 11011

Color Harmonies of #01788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01788B

Black with #01788B

Text Example


Text Example

White with #01788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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