Html Css Color HEX #016D88 Teal

📋 copy color: '#016D88'

red 1 ◦ green 109 ◦ blue 136

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

Shades of Teal #016D88

Tints of Teal #016D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.31%

 BLUE value IS 136 (53.52% from 255) = 55.28%

R = 0.41%
G = 44.31%
B = 55.28%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016D88 (or 0x016D88) is known color: Teal. HEX triplet: 01, 6D and 88. RGB value is (1,109,136). Sum of RGB (Red+Green+Blue) = 1+109+136=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #016D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D88 is #FE9277. Grayscale: #4F4F4F. Windows color (decimal): -16683640 or 8940801. OLE color: 8940801.

HSL color Cylindrical-coordinate representation of color #016D88: hue angle of 192º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D88 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 109 136 -
CMYK 0.99 0.20 0 0.47
HSL 192º 0.99% 0.27% -
HSV(B) 192º 0.99% 0.53% -
XYZ 9.93 12.72 25.22 -
YUV 79.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 1 109 136 0.99 0.20 0 0.47 192 0.99 0.27
Hex 1 6D 88 63 14 0 2F C0 63 1B
Octal 1 155 210 143 24 0 57 300 143 33
Binary 1 1101101 10001000 1100011 10100 0 101111 11000000 1100011 11011

Color Harmonies of #016D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D88

Black with #016D88

Text Example


Text Example

White with #016D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,136); }

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

background-color css

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

 a { background-color: rgb(1,109,136); }

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

border-color css

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

 span { border-color: rgb(1,109,136); }

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