Html Css Color HEX #03708D Teal

📋 copy color: '#03708D'

red 3 ◦ green 112 ◦ blue 141

#03708D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #03708D

Tints of Teal #03708D

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 value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03708D (or 0x03708D) is known color: 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

RGB 3 112 141 -
CMYK 0.98 0.21 0 0.45
HSL 192.61º 0.96% 0.28% -
HSV(B) 192.61º 0.98% 0.55% -
XYZ 10.64 13.53 27.25 -
YUV 82.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 3 112 141 0.98 0.21 0 0.45 192.61 0.96 0.28
Hex 3 70 8D 62 15 0 2D C1 60 1C
Octal 3 160 215 142 25 0 55 301 140 34
Binary 11 1110000 10001101 1100010 10101 0 101101 11000001 1100000 11100

Color Harmonies of #03708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03708D

Black with #03708D

Text Example


Text Example

White with #03708D

Text Example


Text Example

HTML Codes & Css Web 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>