Html Css Color HEX #04847C Teal

📋 copy color: '#04847C'

red 4 ◦ green 132 ◦ blue 124

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

Shades of Teal #04847C

Tints of Teal #04847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.77%

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

R = 1.54%
G = 50.77%
B = 47.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#04847C (or 0x04847C) is known color: Teal. HEX triplet: 04, 84 and 7C. RGB value is (4,132,124). Sum of RGB (Red+Green+Blue) = 4+132+124=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #04847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04847C is #FB7B83. Grayscale: #5C5C5C. Windows color (decimal): -16481156 or 8160260. OLE color: 8160260.

HSL color Cylindrical-coordinate representation of color #04847C: hue angle of 176.25º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04847C is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 132 124 -
CMYK 0.97 0 0.06 0.48
HSL 176.25º 0.94% 0.27% -
HSV(B) 176.25º 0.97% 0.52% -
XYZ 11.94 17.98 21.91 -
YUV 92.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 4 132 124 0.97 0 0.06 0.48 176.25 0.94 0.27
Hex 4 84 7C 61 0 6 30 B0 5E 1B
Octal 4 204 174 141 0 6 60 260 136 33
Binary 100 10000100 1111100 1100001 0 110 110000 10110000 1011110 11011

Color Harmonies of #04847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04847C

Black with #04847C

Text Example


Text Example

White with #04847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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