Html Css Color HEX #04807C Teal

📋 copy color: '#04807C'

red 4 ◦ green 128 ◦ blue 124

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

Shades of Teal #04807C

Tints of Teal #04807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 1.56%
G = 50%
B = 48.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#04807C (or 0x04807C) is known color: Teal. HEX triplet: 04, 80 and 7C. RGB value is (4,128,124). Sum of RGB (Red+Green+Blue) = 4+128+124=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #04807C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04807C is #FB7F83. Grayscale: #5A5A5A. Windows color (decimal): -16482180 or 8159236. OLE color: 8159236.

HSL color Cylindrical-coordinate representation of color #04807C: hue angle of 178.06º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04807C is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 128 124 -
CMYK 0.97 0 0.03 0.50
HSL 178.06º 0.94% 0.26% -
HSV(B) 178.06º 0.97% 0.5% -
XYZ 11.41 16.92 21.73 -
YUV 90.47 146.92 66.33 -
System Red Green Blue C M Y K H S L
Decimal 4 128 124 0.97 0 0.03 0.50 178.06 0.94 0.26
Hex 4 80 7C 61 0 3 32 B2 5E 1A
Octal 4 200 174 141 0 3 62 262 136 32
Binary 100 10000000 1111100 1100001 0 11 110010 10110010 1011110 11010

Color Harmonies of #04807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04807C

Black with #04807C

Text Example


Text Example

White with #04807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04807C; }

 p { color: rgb(4,128,124); }

 H1.HeaderClassName
 {
   color: #04807C;
 }
 .AnyTagClassName
 {
   color: #04807C;
 }
</style>

background-color css

<style>
 a { background-color: #04807C; }

 a { background-color: rgb(4,128,124); }

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

border-color css

<style>
 span { border-color: #04807C; }

 span { border-color: rgb(4,128,124); }

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