#05867A

Color #05867A Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #05867A

Tints of Teal #05867A

Color information

#05867A (or 0x05867A) is unknown color: approx Teal. HEX triplet: 05, 86 and 7A. RGB value is (5,134,122). Sum of RGB (Red+Green+Blue) = 5+134+122=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #05867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05867A is #FA7985. Grayscale: #5D5D5D. Windows color (decimal): -16415110 or 8029701. OLE color: 8029701.

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

Color convert

RGB5134122-
CMYK0.9600.090.47
HSL174.42º92.81%27.25%-
HSV(B)174.42º96.27%52.55%-
XYZ12.118.4921.34-
YUV94.06143.7664.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.92%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=1.92%
G=51.34%
B=46.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51341220.9600.090.47174.4292.8127.25
Hex5867A60092Fae5d1b
Octal52061721400115725613533
Binary10110000110111101011000000100110111110101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05867A;
 }
 .AnyTagClassName
 {
   color: #05867A;
 }
</style>
background-color css

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

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

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

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

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

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