Html Css Color HEX #04867B Teal

📋 copy color: '#04867B'

red 4 ◦ green 134 ◦ blue 123

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

Shades of Teal #04867B

Tints of Teal #04867B

RGB

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

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

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

R = 1.53%
G = 51.34%
B = 47.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#04867B (or 0x04867B) is known color: Teal. HEX triplet: 04, 86 and 7B. RGB value is (4,134,123). Sum of RGB (Red+Green+Blue) = 4+134+123=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #04867B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04867B is #FB7984. Grayscale: #5D5D5D. Windows color (decimal): -16480645 or 8095236. OLE color: 8095236.

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

Color convert

RGB 4 134 123 -
CMYK 0.97 0 0.08 0.47
HSL 174.92º 0.94% 0.27% -
HSV(B) 174.92º 0.97% 0.53% -
XYZ 12.15 18.51 21.67 -
YUV 93.88 144.43 63.89 -
System Red Green Blue C M Y K H S L
Decimal 4 134 123 0.97 0 0.08 0.47 174.92 0.94 0.27
Hex 4 86 7B 61 0 8 2F AF 5E 1B
Octal 4 206 173 141 0 10 57 257 136 33
Binary 100 10000110 1111011 1100001 0 1000 101111 10101111 1011110 11011

Color Harmonies of #04867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04867B

Black with #04867B

Text Example


Text Example

White with #04867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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