Html Css Color HEX #04708A Teal

📋 copy color: '#04708A'

red 4 ◦ green 112 ◦ blue 138

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

Shades of Teal #04708A

Tints of Teal #04708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 138 (54.3% from 255) = 54.33%

R = 1.57%
G = 44.09%
B = 54.33%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04708A (or 0x04708A) is known color: Teal. HEX triplet: 04, 70 and 8A. RGB value is (4,112,138). Sum of RGB (Red+Green+Blue) = 4+112+138=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #04708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04708A is #FB8F75. Grayscale: #525252. Windows color (decimal): -16486262 or 9072644. OLE color: 9072644.

HSL color Cylindrical-coordinate representation of color #04708A: hue angle of 191.64º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04708A is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 112 138 -
CMYK 0.97 0.19 0 0.46
HSL 191.64º 0.94% 0.28% -
HSV(B) 191.64º 0.97% 0.54% -
XYZ 10.43 13.45 26.09 -
YUV 82.67 159.22 71.89 -
System Red Green Blue C M Y K H S L
Decimal 4 112 138 0.97 0.19 0 0.46 191.64 0.94 0.28
Hex 4 70 8A 61 13 0 2E C0 5E 1C
Octal 4 160 212 141 23 0 56 300 136 34
Binary 100 1110000 10001010 1100001 10011 0 101110 11000000 1011110 11100

Color Harmonies of #04708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04708A

Black with #04708A

Text Example


Text Example

White with #04708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04708A; }

 p { color: rgb(4,112,138); }

 H1.HeaderClassName
 {
   color: #04708A;
 }
 .AnyTagClassName
 {
   color: #04708A;
 }
</style>

background-color css

<style>
 a { background-color: #04708A; }

 a { background-color: rgb(4,112,138); }

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

border-color css

<style>
 span { border-color: #04708A; }

 span { border-color: rgb(4,112,138); }

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