Html Css Color HEX #04728E Teal

📋 copy color: '#04728E'

red 4 ◦ green 114 ◦ blue 142

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

Shades of Teal #04728E

Tints of Teal #04728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

 BLUE value IS 142 (55.86% from 255) = 54.62%

R = 1.54%
G = 43.85%
B = 54.62%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04728E (or 0x04728E) is known color: Teal. HEX triplet: 04, 72 and 8E. RGB value is (4,114,142). Sum of RGB (Red+Green+Blue) = 4+114+142=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #04728E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04728E is #FB8D71. Grayscale: #545454. Windows color (decimal): -16485746 or 9335300. OLE color: 9335300.

HSL color Cylindrical-coordinate representation of color #04728E: hue angle of 192.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04728E is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 114 142 -
CMYK 0.97 0.20 0 0.44
HSL 192.17º 0.95% 0.29% -
HSV(B) 192.17º 0.97% 0.56% -
XYZ 10.95 14.01 27.72 -
YUV 84.3 160.56 70.72 -
System Red Green Blue C M Y K H S L
Decimal 4 114 142 0.97 0.20 0 0.44 192.17 0.95 0.29
Hex 4 72 8E 61 14 0 2C C0 5F 1D
Octal 4 162 216 141 24 0 54 300 137 35
Binary 100 1110010 10001110 1100001 10100 0 101100 11000000 1011111 11101

Color Harmonies of #04728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04728E

Black with #04728E

Text Example


Text Example

White with #04728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04728E; }

 p { color: rgb(4,114,142); }

 H1.HeaderClassName
 {
   color: #04728E;
 }
 .AnyTagClassName
 {
   color: #04728E;
 }
</style>

background-color css

<style>
 a { background-color: #04728E; }

 a { background-color: rgb(4,114,142); }

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

border-color css

<style>
 span { border-color: #04728E; }

 span { border-color: rgb(4,114,142); }

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