Html Css Color HEX #04788A Teal

📋 copy color: '#04788A'

red 4 ◦ green 120 ◦ blue 138

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

Shades of Teal #04788A

Tints of Teal #04788A

RGB

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

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

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

R = 1.53%
G = 45.8%
B = 52.67%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04788A (or 0x04788A) is known color: Teal. HEX triplet: 04, 78 and 8A. RGB value is (4,120,138). Sum of RGB (Red+Green+Blue) = 4+120+138=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #04788A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04788A is #FB8775. Grayscale: #575757. Windows color (decimal): -16484214 or 9074692. OLE color: 9074692.

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

Color convert

RGB 4 120 138 -
CMYK 0.97 0.13 0 0.46
HSL 188.06º 0.94% 0.28% -
HSV(B) 188.06º 0.97% 0.54% -
XYZ 11.35 15.29 26.4 -
YUV 87.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 4 120 138 0.97 0.13 0 0.46 188.06 0.94 0.28
Hex 4 78 8A 61 D 0 2E BC 5E 1C
Octal 4 170 212 141 15 0 56 274 136 34
Binary 100 1111000 10001010 1100001 1101 0 101110 10111100 1011110 11100

Color Harmonies of #04788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04788A

Black with #04788A

Text Example


Text Example

White with #04788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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