#037088

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

Shades of Teal #037088

Tints of Teal #037088

Color information

#037088 (or 0x037088) is unknown color: approx Teal. HEX triplet: 03, 70 and 88. RGB value is (3,112,136). Sum of RGB (Red+Green+Blue) = 3+112+136=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #037088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037088 is #FC8F77. Grayscale: #515151. Windows color (decimal): -16551800 or 8941571. OLE color: 8941571.

HSL color Cylindrical-coordinate representation of color #037088: hue angle of 190.83º 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 #037088 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3112136-
CMYK0.980.1800.47
HSL190.83º95.68%27.25%-
HSV(B)190.83º97.79%53.33%-
XYZ10.2813.3925.33-
YUV82.15158.3971.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=1.20%
G=44.62%
B=54.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31121360.980.1800.47190.8395.6827.25
Hex37088621202Fbf601b
Octal31602101422205727714033
Binary11111000010001000110001010010010111110111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037088; }

 p { color: rgb(3,112,136); }

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

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

 a { background-color: rgb(3,112,136); }

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

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

 span { border-color: rgb(3,112,136); }

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