Html Css Color HEX #016E8B Teal

📋 copy color: '#016E8B'

red 1 ◦ green 110 ◦ blue 139

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

Shades of Teal #016E8B

Tints of Teal #016E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44%

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

R = 0.4%
G = 44%
B = 55.6%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#016E8B (or 0x016E8B) is known color: Teal. HEX triplet: 01, 6E and 8B. RGB value is (1,110,139). Sum of RGB (Red+Green+Blue) = 1+110+139=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #016E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E8B is #FE9174. Grayscale: #505050. Windows color (decimal): -16683381 or 9137665. OLE color: 9137665.

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

Color convert

RGB 1 110 139 -
CMYK 0.99 0.21 0 0.45
HSL 192.61º 0.99% 0.27% -
HSV(B) 192.61º 0.99% 0.55% -
XYZ 10.25 13.02 26.4 -
YUV 80.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 1 110 139 0.99 0.21 0 0.45 192.61 0.99 0.27
Hex 1 6E 8B 63 15 0 2D C1 63 1B
Octal 1 156 213 143 25 0 55 301 143 33
Binary 1 1101110 10001011 1100011 10101 0 101101 11000001 1100011 11011

Color Harmonies of #016E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E8B

Black with #016E8B

Text Example


Text Example

White with #016E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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