#03708D

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

Shades of Teal #03708D

Tints of Teal #03708D

Color information

#03708D (or 0x03708D) is unknown color: approx Teal. HEX triplet: 03, 70 and 8D. RGB value is (3,112,141). Sum of RGB (Red+Green+Blue) = 3+112+141=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #03708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03708D is #FC8F72. Grayscale: #525252. Windows color (decimal): -16551795 or 9269251. OLE color: 9269251.

HSL color Cylindrical-coordinate representation of color #03708D: hue angle of 192.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03708D is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3112141-
CMYK0.980.2100.45
HSL192.61º95.83%28.24%-
HSV(B)192.61º97.87%55.29%-
XYZ10.6413.5327.25-
YUV82.72160.8971.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 141 (55.47% from 255) = 55.08%
R=1.17%
G=43.75%
B=55.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31121410.980.2100.45192.6195.8328.24
Hex3708D621502Dc1601c
Octal31602151422505530114034
Binary11111000010001101110001010101010110111000001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03708D; }

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

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

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

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

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

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

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

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