#036D86

Color #036D86 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #036D86

Tints of Teal #036D86

Color information

#036D86 (or 0x036D86) is unknown color: approx Teal. HEX triplet: 03, 6D and 86. RGB value is (3,109,134). Sum of RGB (Red+Green+Blue) = 3+109+134=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #036D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036D86 is #FC9279. Grayscale: #4F4F4F. Windows color (decimal): -16552570 or 8809731. OLE color: 8809731.

HSL color Cylindrical-coordinate representation of color #036D86: hue angle of 191.45º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036D86 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3109134-
CMYK0.980.1900.47
HSL191.45º95.62%26.86%-
HSV(B)191.45º97.76%52.55%-
XYZ9.8112.6824.48-
YUV80.16158.3872.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 134 (52.73% from 255) = 54.47%
R=1.22%
G=44.31%
B=54.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31091340.980.1900.47191.4595.6226.86
Hex36D86621302Fbf601b
Octal31552061422305727714033
Binary11110110110000110110001010011010111110111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036D86; }

 p { color: rgb(3,109,134); }

 H1.HeaderClassName
 {
   color: #036D86;
 }
 .AnyTagClassName
 {
   color: #036D86;
 }
</style>
background-color css

<style>
 a { background-color: #036D86; }

 a { background-color: rgb(3,109,134); }

 div.DivClassName
 {
   background-color: #036D86;
 }
 .BgClassName
 {
   background-color: #036D86;
 }
</style>
border-color css

<style>
 span { border-color: #036D86; }

 span { border-color: rgb(3,109,134); }

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