Html Css Color HEX #04788B Teal

📋 copy color: '#04788B'

red 4 ◦ green 120 ◦ blue 139

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

Shades of Teal #04788B

Tints of Teal #04788B

RGB

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

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

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

R = 1.52%
G = 45.63%
B = 52.85%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04788B (or 0x04788B) is known color: Teal. HEX triplet: 04, 78 and 8B. RGB value is (4,120,139). Sum of RGB (Red+Green+Blue) = 4+120+139=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #04788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04788B is #FB8774. Grayscale: #575757. Windows color (decimal): -16484213 or 9140228. OLE color: 9140228.

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

Color convert

RGB 4 120 139 -
CMYK 0.97 0.14 0 0.45
HSL 188.44º 0.94% 0.28% -
HSV(B) 188.44º 0.97% 0.55% -
XYZ 11.43 15.32 26.78 -
YUV 87.48 157.07 68.46 -
System Red Green Blue C M Y K H S L
Decimal 4 120 139 0.97 0.14 0 0.45 188.44 0.94 0.28
Hex 4 78 8B 61 E 0 2D BC 5E 1C
Octal 4 170 213 141 16 0 55 274 136 34
Binary 100 1111000 10001011 1100001 1110 0 101101 10111100 1011110 11100

Color Harmonies of #04788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04788B

Black with #04788B

Text Example


Text Example

White with #04788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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