#05857B

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

Shades of Teal #05857B

Tints of Teal #05857B

Color information

#05857B (or 0x05857B) is unknown color: approx Teal. HEX triplet: 05, 85 and 7B. RGB value is (5,133,123). Sum of RGB (Red+Green+Blue) = 5+133+123=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #05857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05857B is #FA7A84. Grayscale: #5D5D5D. Windows color (decimal): -16415365 or 8094981. OLE color: 8094981.

HSL color Cylindrical-coordinate representation of color #05857B: hue angle of 175.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05857B is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB5133123-
CMYK0.9600.080.48
HSL175.31º92.75%27.06%-
HSV(B)175.31º96.24%52.16%-
XYZ12.0318.2421.63-
YUV93.59144.5964.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.92%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=1.92%
G=50.96%
B=47.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51331230.9600.080.48175.3192.7527.06
Hex5857B600830af5d1b
Octal52051731400106025713533
Binary10110000101111101111000000100011000010101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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