Html Css Color HEX #04857E Teal

📋 copy color: '#04857E'

red 4 ◦ green 133 ◦ blue 126

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

Shades of Teal #04857E

Tints of Teal #04857E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.91%

R = 1.52%
G = 50.57%
B = 47.91%

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

#04857E (or 0x04857E) is known color: Teal. HEX triplet: 04, 85 and 7E. RGB value is (4,133,126). Sum of RGB (Red+Green+Blue) = 4+133+126=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #04857E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04857E is #FB7A81. Grayscale: #5D5D5D. Windows color (decimal): -16480898 or 8291588. OLE color: 8291588.

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

Color convert

RGB 4 133 126 -
CMYK 0.97 0 0.05 0.48
HSL 176.74º 0.94% 0.27% -
HSV(B) 176.74º 0.97% 0.52% -
XYZ 12.2 18.31 22.63 -
YUV 93.63 146.26 64.07 -
System Red Green Blue C M Y K H S L
Decimal 4 133 126 0.97 0 0.05 0.48 176.74 0.94 0.27
Hex 4 85 7E 61 0 5 30 B1 5E 1B
Octal 4 205 176 141 0 5 60 261 136 33
Binary 100 10000101 1111110 1100001 0 101 110000 10110001 1011110 11011

Color Harmonies of #04857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04857E

Black with #04857E

Text Example


Text Example

White with #04857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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