Html Css Color HEX #04738D Teal

📋 copy color: '#04738D'

red 4 ◦ green 115 ◦ blue 141

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

Shades of Teal #04738D

Tints of Teal #04738D

RGB

 RED value IS 4 (1.95% from 255) = 1.54%

 GREEN value IS 115 (45.31% from 255) = 44.23%

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 1.54%
G = 44.23%
B = 54.23%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04738D (or 0x04738D) is known color: Teal. HEX triplet: 04, 73 and 8D. RGB value is (4,115,141). Sum of RGB (Red+Green+Blue) = 4+115+141=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #04738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04738D is #FB8C72. Grayscale: #545454. Windows color (decimal): -16485491 or 9270020. OLE color: 9270020.

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

Color convert

RGB 4 115 141 -
CMYK 0.97 0.18 0 0.45
HSL 191.39º 0.94% 0.28% -
HSV(B) 191.39º 0.97% 0.55% -
XYZ 10.99 14.21 27.36 -
YUV 84.78 159.73 70.39 -
System Red Green Blue C M Y K H S L
Decimal 4 115 141 0.97 0.18 0 0.45 191.39 0.94 0.28
Hex 4 73 8D 61 12 0 2D BF 5E 1C
Octal 4 163 215 141 22 0 55 277 136 34
Binary 100 1110011 10001101 1100001 10010 0 101101 10111111 1011110 11100

Color Harmonies of #04738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04738D

Black with #04738D

Text Example


Text Example

White with #04738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,115,141); }

 H1.HeaderClassName
 {
   color: #04738D;
 }
 .AnyTagClassName
 {
   color: #04738D;
 }
</style>

background-color css

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

 a { background-color: rgb(4,115,141); }

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

border-color css

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

 span { border-color: rgb(4,115,141); }

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