#036F8A

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

Shades of Teal #036F8A

Tints of Teal #036F8A

Color information

#036F8A (or 0x036F8A) is unknown color: approx Teal. HEX triplet: 03, 6F and 8A. RGB value is (3,111,138). Sum of RGB (Red+Green+Blue) = 3+111+138=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #036F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036F8A is #FC9075. Grayscale: #515151. Windows color (decimal): -16552054 or 9072387. OLE color: 9072387.

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

Color convert

RGB3111138-
CMYK0.980.2000.46
HSL192º95.74%27.65%-
HSV(B)192º97.83%54.12%-
XYZ10.3113.2226.05-
YUV81.79159.7271.8-

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) = 44.05%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=1.19%
G=44.05%
B=54.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31111380.980.2000.4619295.7427.65
Hex36F8A621402Ec0601c
Octal31572121422405630014034
Binary11110111110001010110001010100010111011000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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