Html Css Color HEX #04857B Teal

📋 copy color: '#04857B'

red 4 ◦ green 133 ◦ blue 123

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

Shades of Teal #04857B

Tints of Teal #04857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.31%

R = 1.54%
G = 51.15%
B = 47.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#04857B (or 0x04857B) is known color: Teal. HEX triplet: 04, 85 and 7B. RGB value is (4,133,123). Sum of RGB (Red+Green+Blue) = 4+133+123=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #04857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04857B is #FB7A84. Grayscale: #5D5D5D. Windows color (decimal): -16480901 or 8094980. OLE color: 8094980.

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

Color convert

RGB 4 133 123 -
CMYK 0.97 0 0.08 0.48
HSL 175.35º 0.94% 0.27% -
HSV(B) 175.35º 0.97% 0.52% -
XYZ 12.01 18.23 21.62 -
YUV 93.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 4 133 123 0.97 0 0.08 0.48 175.35 0.94 0.27
Hex 4 85 7B 61 0 8 30 AF 5E 1B
Octal 4 205 173 141 0 10 60 257 136 33
Binary 100 10000101 1111011 1100001 0 1000 110000 10101111 1011110 11011

Color Harmonies of #04857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04857B

Black with #04857B

Text Example


Text Example

White with #04857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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