Html Css Color HEX #04867A Teal

📋 copy color: '#04867A'

red 4 ◦ green 134 ◦ blue 122

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

Shades of Teal #04867A

Tints of Teal #04867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.54%

 BLUE value IS 122 (48.05% from 255) = 46.92%

R = 1.54%
G = 51.54%
B = 46.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#04867A (or 0x04867A) is known color: Teal. HEX triplet: 04, 86 and 7A. RGB value is (4,134,122). Sum of RGB (Red+Green+Blue) = 4+134+122=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #04867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04867A is #FB7985. Grayscale: #5D5D5D. Windows color (decimal): -16480646 or 8029700. OLE color: 8029700.

HSL color Cylindrical-coordinate representation of color #04867A: hue angle of 174.46º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04867A is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 134 122 -
CMYK 0.97 0 0.09 0.47
HSL 174.46º 0.94% 0.27% -
HSV(B) 174.46º 0.97% 0.53% -
XYZ 12.09 18.48 21.34 -
YUV 93.76 143.93 63.98 -
System Red Green Blue C M Y K H S L
Decimal 4 134 122 0.97 0 0.09 0.47 174.46 0.94 0.27
Hex 4 86 7A 61 0 9 2F AE 5E 1B
Octal 4 206 172 141 0 11 57 256 136 33
Binary 100 10000110 1111010 1100001 0 1001 101111 10101110 1011110 11011

Color Harmonies of #04867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04867A

Black with #04867A

Text Example


Text Example

White with #04867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04867A; }

 p { color: rgb(4,134,122); }

 H1.HeaderClassName
 {
   color: #04867A;
 }
 .AnyTagClassName
 {
   color: #04867A;
 }
</style>

background-color css

<style>
 a { background-color: #04867A; }

 a { background-color: rgb(4,134,122); }

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

border-color css

<style>
 span { border-color: #04867A; }

 span { border-color: rgb(4,134,122); }

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