Html Css Color HEX #04847F Teal

📋 copy color: '#04847F'

red 4 ◦ green 132 ◦ blue 127

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

Shades of Teal #04847F

Tints of Teal #04847F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.29%

R = 1.52%
G = 50.19%
B = 48.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#04847F (or 0x04847F) is known color: Teal. HEX triplet: 04, 84 and 7F. RGB value is (4,132,127). Sum of RGB (Red+Green+Blue) = 4+132+127=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #04847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04847F is #FB7B80. Grayscale: #5D5D5D. Windows color (decimal): -16481153 or 8356868. OLE color: 8356868.

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

Color convert

RGB 4 132 127 -
CMYK 0.97 0 0.04 0.48
HSL 177.66º 0.94% 0.27% -
HSV(B) 177.66º 0.97% 0.52% -
XYZ 12.13 18.06 22.93 -
YUV 93.16 147.09 64.41 -
System Red Green Blue C M Y K H S L
Decimal 4 132 127 0.97 0 0.04 0.48 177.66 0.94 0.27
Hex 4 84 7F 61 0 4 30 B2 5E 1B
Octal 4 204 177 141 0 4 60 262 136 33
Binary 100 10000100 1111111 1100001 0 100 110000 10110010 1011110 11011

Color Harmonies of #04847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04847F

Black with #04847F

Text Example


Text Example

White with #04847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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