Html Css Color HEX #04857C Teal

📋 copy color: '#04857C'

red 4 ◦ green 133 ◦ blue 124

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

Shades of Teal #04857C

Tints of Teal #04857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.96%

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

R = 1.53%
G = 50.96%
B = 47.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#04857C (or 0x04857C) is known color: Teal. HEX triplet: 04, 85 and 7C. RGB value is (4,133,124). Sum of RGB (Red+Green+Blue) = 4+133+124=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #04857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04857C is #FB7A83. Grayscale: #5D5D5D. Windows color (decimal): -16480900 or 8160516. OLE color: 8160516.

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

Color convert

RGB 4 133 124 -
CMYK 0.97 0 0.07 0.48
HSL 175.81º 0.94% 0.27% -
HSV(B) 175.81º 0.97% 0.52% -
XYZ 12.08 18.26 21.96 -
YUV 93.4 145.26 64.23 -
System Red Green Blue C M Y K H S L
Decimal 4 133 124 0.97 0 0.07 0.48 175.81 0.94 0.27
Hex 4 85 7C 61 0 7 30 B0 5E 1B
Octal 4 205 174 141 0 7 60 260 136 33
Binary 100 10000101 1111100 1100001 0 111 110000 10110000 1011110 11011

Color Harmonies of #04857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04857C

Black with #04857C

Text Example


Text Example

White with #04857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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