#03708A

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

Shades of Teal #03708A

Tints of Teal #03708A

Color information

#03708A (or 0x03708A) is unknown color: approx Teal. HEX triplet: 03, 70 and 8A. RGB value is (3,112,138). Sum of RGB (Red+Green+Blue) = 3+112+138=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #03708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03708A is #FC8F75. Grayscale: #525252. Windows color (decimal): -16551798 or 9072643. OLE color: 9072643.

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

Color convert

RGB3112138-
CMYK0.980.1900.46
HSL191.56º95.74%27.65%-
HSV(B)191.56º97.83%54.12%-
XYZ10.4213.4426.09-
YUV82.37159.3971.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=1.19%
G=44.27%
B=54.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31121380.980.1900.46191.5695.7427.65
Hex3708A621302Ec0601c
Octal31602121422305630014034
Binary11111000010001010110001010011010111011000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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