Html Css Color HEX #04738C Teal

📋 copy color: '#04738C'

red 4 ◦ green 115 ◦ blue 140

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

Shades of Teal #04738C

Tints of Teal #04738C

RGB

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

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

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

R = 1.54%
G = 44.4%
B = 54.05%

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

#04738C (or 0x04738C) is known color: Teal. HEX triplet: 04, 73 and 8C. RGB value is (4,115,140). Sum of RGB (Red+Green+Blue) = 4+115+140=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 115 (45.31% from 255 or 44.40% 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 #04738C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04738C is #FB8C73. Grayscale: #545454. Windows color (decimal): -16485492 or 9204484. OLE color: 9204484.

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

Color convert

RGB 4 115 140 -
CMYK 0.97 0.18 0 0.45
HSL 191.03º 0.94% 0.28% -
HSV(B) 191.03º 0.97% 0.55% -
XYZ 10.91 14.18 26.97 -
YUV 84.66 159.23 70.47 -
System Red Green Blue C M Y K H S L
Decimal 4 115 140 0.97 0.18 0 0.45 191.03 0.94 0.28
Hex 4 73 8C 61 12 0 2D BF 5E 1C
Octal 4 163 214 141 22 0 55 277 136 34
Binary 100 1110011 10001100 1100001 10010 0 101101 10111111 1011110 11100

Color Harmonies of #04738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04738C

Black with #04738C

Text Example


Text Example

White with #04738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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