Html Css Color HEX #04847D Teal

📋 copy color: '#04847D'

red 4 ◦ green 132 ◦ blue 125

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

Shades of Teal #04847D

Tints of Teal #04847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 1.53%
G = 50.57%
B = 47.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#04847D (or 0x04847D) is known color: Teal. HEX triplet: 04, 84 and 7D. RGB value is (4,132,125). Sum of RGB (Red+Green+Blue) = 4+132+125=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #04847D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04847D is #FB7B82. Grayscale: #5C5C5C. Windows color (decimal): -16481155 or 8225796. OLE color: 8225796.

HSL color Cylindrical-coordinate representation of color #04847D: hue angle of 176.72º 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 #04847D is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 132 125 -
CMYK 0.97 0 0.05 0.48
HSL 176.72º 0.94% 0.27% -
HSV(B) 176.72º 0.97% 0.52% -
XYZ 12 18.01 22.25 -
YUV 92.93 146.09 64.57 -
System Red Green Blue C M Y K H S L
Decimal 4 132 125 0.97 0 0.05 0.48 176.72 0.94 0.27
Hex 4 84 7D 61 0 5 30 B1 5E 1B
Octal 4 204 175 141 0 5 60 261 136 33
Binary 100 10000100 1111101 1100001 0 101 110000 10110001 1011110 11011

Color Harmonies of #04847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04847D

Black with #04847D

Text Example


Text Example

White with #04847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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