Html Css Color HEX #016E83 Teal

📋 copy color: '#016E83'

red 1 ◦ green 110 ◦ blue 131

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

Shades of Teal #016E83

Tints of Teal #016E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 54.13%

R = 0.41%
G = 45.45%
B = 54.13%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#016E83 (or 0x016E83) is known color: Teal. HEX triplet: 01, 6E and 83. RGB value is (1,110,131). Sum of RGB (Red+Green+Blue) = 1+110+131=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #016E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E83 is #FE917C. Grayscale: #4F4F4F. Windows color (decimal): -16683389 or 8613377. OLE color: 8613377.

HSL color Cylindrical-coordinate representation of color #016E83: hue angle of 189.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E83 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 110 131 -
CMYK 0.99 0.16 0 0.49
HSL 189.69º 0.98% 0.26% -
HSV(B) 189.69º 0.99% 0.51% -
XYZ 9.69 12.8 23.43 -
YUV 79.8 156.89 71.79 -
System Red Green Blue C M Y K H S L
Decimal 1 110 131 0.99 0.16 0 0.49 189.69 0.98 0.26
Hex 1 6E 83 63 10 0 31 BE 62 1A
Octal 1 156 203 143 20 0 61 276 142 32
Binary 1 1101110 10000011 1100011 10000 0 110001 10111110 1100010 11010

Color Harmonies of #016E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E83

Black with #016E83

Text Example


Text Example

White with #016E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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