#036B8B

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

Shades of Teal #036B8B

Tints of Teal #036B8B

Color information

#036B8B (or 0x036B8B) is unknown color: approx Teal. HEX triplet: 03, 6B and 8B. RGB value is (3,107,139). Sum of RGB (Red+Green+Blue) = 3+107+139=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #036B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036B8B is #FC9474. Grayscale: #4F4F4F. Windows color (decimal): -16553077 or 9136899. OLE color: 9136899.

HSL color Cylindrical-coordinate representation of color #036B8B: hue angle of 194.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036B8B is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3107139-
CMYK0.980.2300.45
HSL194.12º95.77%27.84%-
HSV(B)194.12º97.84%54.51%-
XYZ9.9612.426.29-
YUV79.55161.5473.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=1.20%
G=42.97%
B=55.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31071390.980.2300.45194.1295.7727.84
Hex36B8B621702Dc2601c
Octal31532131422705530214034
Binary11110101110001011110001010111010110111000010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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