#036C8B

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

Shades of Teal #036C8B

Tints of Teal #036C8B

Color information

#036C8B (or 0x036C8B) is unknown color: approx Teal. HEX triplet: 03, 6C and 8B. RGB value is (3,108,139). Sum of RGB (Red+Green+Blue) = 3+108+139=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 108 (42.58% from 255 or 43.2% 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 #036C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C8B is #FC9374. Grayscale: #4F4F4F. Windows color (decimal): -16552821 or 9137155. OLE color: 9137155.

HSL color Cylindrical-coordinate representation of color #036C8B: hue angle of 193.68º 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 #036C8B is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3108139-
CMYK0.980.2200.45
HSL193.68º95.77%27.84%-
HSV(B)193.68º97.84%54.51%-
XYZ10.0612.6126.33-
YUV80.14161.2172.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.2%
GREEN value IS 108 (42.58% from 255) = 43.2%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=1.2%
G=43.2%
B=55.6%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31081390.980.2200.45193.6895.7727.84
Hex36C8B621602Dc2601c
Octal31542131422605530214034
Binary11110110010001011110001010110010110111000010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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