Html Css Color HEX #016B8B Teal

📋 copy color: '#016B8B'

red 1 ◦ green 107 ◦ blue 139

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

Shades of Teal #016B8B

Tints of Teal #016B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.32%

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

R = 0.4%
G = 43.32%
B = 56.28%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#016B8B (or 0x016B8B) is known color: Teal. HEX triplet: 01, 6B and 8B. RGB value is (1,107,139). Sum of RGB (Red+Green+Blue) = 1+107+139=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #016B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B8B is #FE9474. Grayscale: #4E4E4E. Windows color (decimal): -16684149 or 9136897. OLE color: 9136897.

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

Color convert

RGB 1 107 139 -
CMYK 0.99 0.23 0 0.45
HSL 193.91º 0.99% 0.27% -
HSV(B) 193.91º 0.99% 0.55% -
XYZ 9.93 12.39 26.29 -
YUV 78.95 161.88 72.4 -
System Red Green Blue C M Y K H S L
Decimal 1 107 139 0.99 0.23 0 0.45 193.91 0.99 0.27
Hex 1 6B 8B 63 17 0 2D C2 63 1B
Octal 1 153 213 143 27 0 55 302 143 33
Binary 1 1101011 10001011 1100011 10111 0 101101 11000010 1100011 11011

Color Harmonies of #016B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B8B

Black with #016B8B

Text Example


Text Example

White with #016B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016B8B; }

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

 H1.HeaderClassName
 {
   color: #016B8B;
 }
 .AnyTagClassName
 {
   color: #016B8B;
 }
</style>

background-color css

<style>
 a { background-color: #016B8B; }

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

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

border-color css

<style>
 span { border-color: #016B8B; }

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

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