Html Css Color HEX #03708B Teal

📋 copy color: '#03708B'

red 3 ◦ green 112 ◦ blue 139

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

Shades of Teal #03708B

Tints of Teal #03708B

RGB

 RED value IS 3 (1.56% from 255) = 1.18%

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 139 (54.69% from 255) = 54.72%

R = 1.18%
G = 44.09%
B = 54.72%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03708B (or 0x03708B) is known color: Teal. HEX triplet: 03, 70 and 8B. RGB value is (3,112,139). Sum of RGB (Red+Green+Blue) = 3+112+139=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #03708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03708B is #FC8F74. Grayscale: #525252. Windows color (decimal): -16551797 or 9138179. OLE color: 9138179.

HSL color Cylindrical-coordinate representation of color #03708B: hue angle of 191.91º 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 #03708B is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 112 139 -
CMYK 0.98 0.19 0 0.45
HSL 191.91º 0.96% 0.28% -
HSV(B) 191.91º 0.98% 0.55% -
XYZ 10.49 13.47 26.47 -
YUV 82.49 159.89 71.3 -
System Red Green Blue C M Y K H S L
Decimal 3 112 139 0.98 0.19 0 0.45 191.91 0.96 0.28
Hex 3 70 8B 62 13 0 2D C0 60 1C
Octal 3 160 213 142 23 0 55 300 140 34
Binary 11 1110000 10001011 1100010 10011 0 101101 11000000 1100000 11100

Color Harmonies of #03708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03708B

Black with #03708B

Text Example


Text Example

White with #03708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03708B;
 }
 .AnyTagClassName
 {
   color: #03708B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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