Html Css Color HEX #04718B Teal

📋 copy color: '#04718B'

red 4 ◦ green 113 ◦ blue 139

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

Shades of Teal #04718B

Tints of Teal #04718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

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

R = 1.56%
G = 44.14%
B = 54.3%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04718B (or 0x04718B) is known color: Teal. HEX triplet: 04, 71 and 8B. RGB value is (4,113,139). Sum of RGB (Red+Green+Blue) = 4+113+139=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #04718B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04718B is #FB8E74. Grayscale: #535353. Windows color (decimal): -16486005 or 9138436. OLE color: 9138436.

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

Color convert

RGB 4 113 139 -
CMYK 0.97 0.19 0 0.45
HSL 191.56º 0.94% 0.28% -
HSV(B) 191.56º 0.97% 0.55% -
XYZ 10.62 13.7 26.51 -
YUV 83.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 4 113 139 0.97 0.19 0 0.45 191.56 0.94 0.28
Hex 4 71 8B 61 13 0 2D C0 5E 1C
Octal 4 161 213 141 23 0 55 300 136 34
Binary 100 1110001 10001011 1100001 10011 0 101101 11000000 1011110 11100

Color Harmonies of #04718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04718B

Black with #04718B

Text Example


Text Example

White with #04718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,113,139); }

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

background-color css

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

 a { background-color: rgb(4,113,139); }

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

border-color css

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

 span { border-color: rgb(4,113,139); }

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