#037788

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

Shades of Teal #037788

Tints of Teal #037788

Color information

#037788 (or 0x037788) is unknown color: approx Teal. HEX triplet: 03, 77 and 88. RGB value is (3,119,136). Sum of RGB (Red+Green+Blue) = 3+119+136=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #037788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037788 is #FC8877. Grayscale: #565656. Windows color (decimal): -16550008 or 8943363. OLE color: 8943363.

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

Color convert

RGB3119136-
CMYK0.980.1200.47
HSL187.67º95.68%27.25%-
HSV(B)187.67º97.79%53.33%-
XYZ11.0814.9925.6-
YUV86.25156.0768.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=1.16%
G=46.12%
B=52.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31191360.980.1200.47187.6795.6827.25
Hex3778862C02Fbc601b
Octal31672101421405727414033
Binary1111101111000100011000101100010111110111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037788; }

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

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

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

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

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

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

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

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