Html Css Color HEX #04788E Teal

📋 copy color: '#04788E'

red 4 ◦ green 120 ◦ blue 142

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

Shades of Teal #04788E

Tints of Teal #04788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.11%

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

R = 1.5%
G = 45.11%
B = 53.38%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04788E (or 0x04788E) is known color: Teal. HEX triplet: 04, 78 and 8E. RGB value is (4,120,142). Sum of RGB (Red+Green+Blue) = 4+120+142=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #04788E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04788E is #FB8771. Grayscale: #575757. Windows color (decimal): -16484210 or 9336836. OLE color: 9336836.

HSL color Cylindrical-coordinate representation of color #04788E: hue angle of 189.57º 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 #04788E is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 120 142 -
CMYK 0.97 0.15 0 0.44
HSL 189.57º 0.95% 0.29% -
HSV(B) 189.57º 0.97% 0.56% -
XYZ 11.65 15.41 27.95 -
YUV 87.82 158.57 68.21 -
System Red Green Blue C M Y K H S L
Decimal 4 120 142 0.97 0.15 0 0.44 189.57 0.95 0.29
Hex 4 78 8E 61 F 0 2C BE 5F 1D
Octal 4 170 216 141 17 0 54 276 137 35
Binary 100 1111000 10001110 1100001 1111 0 101100 10111110 1011111 11101

Color Harmonies of #04788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04788E

Black with #04788E

Text Example


Text Example

White with #04788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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