Html Css Color HEX #03748C Teal

📋 copy color: '#03748C'

red 3 ◦ green 116 ◦ blue 140

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

Shades of Teal #03748C

Tints of Teal #03748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.79%

 BLUE value IS 140 (55.08% from 255) = 54.05%

R = 1.16%
G = 44.79%
B = 54.05%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03748C (or 0x03748C) is known color: Teal. HEX triplet: 03, 74 and 8C. RGB value is (3,116,140). Sum of RGB (Red+Green+Blue) = 3+116+140=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #03748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03748C is #FC8B73. Grayscale: #545454. Windows color (decimal): -16550772 or 9204739. OLE color: 9204739.

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

Color convert

RGB 3 116 140 -
CMYK 0.98 0.17 0 0.45
HSL 190.51º 0.96% 0.28% -
HSV(B) 190.51º 0.98% 0.55% -
XYZ 11.02 14.4 27.01 -
YUV 84.95 159.06 69.55 -
System Red Green Blue C M Y K H S L
Decimal 3 116 140 0.98 0.17 0 0.45 190.51 0.96 0.28
Hex 3 74 8C 62 11 0 2D BF 60 1C
Octal 3 164 214 142 21 0 55 277 140 34
Binary 11 1110100 10001100 1100010 10001 0 101101 10111111 1100000 11100

Color Harmonies of #03748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03748C

Black with #03748C

Text Example


Text Example

White with #03748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03748C; }

 p { color: rgb(3,116,140); }

 H1.HeaderClassName
 {
   color: #03748C;
 }
 .AnyTagClassName
 {
   color: #03748C;
 }
</style>

background-color css

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

 a { background-color: rgb(3,116,140); }

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

border-color css

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

 span { border-color: rgb(3,116,140); }

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