#036F8B

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

Shades of Teal #036F8B

Tints of Teal #036F8B

Color information

#036F8B (or 0x036F8B) is unknown color: approx Teal. HEX triplet: 03, 6F and 8B. RGB value is (3,111,139). Sum of RGB (Red+Green+Blue) = 3+111+139=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #036F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036F8B is #FC9074. Grayscale: #515151. Windows color (decimal): -16552053 or 9137923. OLE color: 9137923.

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

Color convert

RGB3111139-
CMYK0.980.2000.45
HSL192.35º95.77%27.84%-
HSV(B)192.35º97.84%54.51%-
XYZ10.3813.2526.44-
YUV81.9160.2271.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 111 (43.75% from 255) = 43.87%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=1.19%
G=43.87%
B=54.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31111390.980.2000.45192.3595.7727.84
Hex36F8B621402Dc0601c
Octal31572131422405530014034
Binary11110111110001011110001010100010110111000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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