#037688

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

Shades of Teal #037688

Tints of Teal #037688

Color information

#037688 (or 0x037688) is unknown color: approx Teal. HEX triplet: 03, 76 and 88. RGB value is (3,118,136). Sum of RGB (Red+Green+Blue) = 3+118+136=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #037688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037688 is #FC8977. Grayscale: #555555. Windows color (decimal): -16550264 or 8943107. OLE color: 8943107.

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

Color convert

RGB3118136-
CMYK0.980.1300.47
HSL188.12º95.68%27.25%-
HSV(B)188.12º97.79%53.33%-
XYZ10.9614.7525.56-
YUV85.67156.469.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=1.17%
G=45.91%
B=52.92%

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
Decimal31181360.980.1300.47188.1295.6827.25
Hex3768862D02Fbc601b
Octal31662101421505727414033
Binary1111101101000100011000101101010111110111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037688; }

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

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

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

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

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

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

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

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