#037587

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

Shades of Teal #037587

Tints of Teal #037587

Color information

#037587 (or 0x037587) is unknown color: approx Teal. HEX triplet: 03, 75 and 87. RGB value is (3,117,135). Sum of RGB (Red+Green+Blue) = 3+117+135=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #037587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037587 is #FC8A78. Grayscale: #545454. Windows color (decimal): -16550521 or 8877315. OLE color: 8877315.

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

Color convert

RGB3117135-
CMYK0.980.1300.47
HSL188.18º95.65%27.06%-
HSV(B)188.18º97.78%52.94%-
XYZ10.7714.4925.15-
YUV84.97156.2369.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 135 (53.12% from 255) = 52.94%
R=1.18%
G=45.88%
B=52.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31171350.980.1300.47188.1895.6527.06
Hex3758762D02Fbc601b
Octal31652071421505727414033
Binary1111101011000011111000101101010111110111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037587; }

 p { color: rgb(3,117,135); }

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

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

 a { background-color: rgb(3,117,135); }

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

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

 span { border-color: rgb(3,117,135); }

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