#05728B

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

Shades of Teal #05728B

Tints of Teal #05728B

Color information

#05728B (or 0x05728B) is unknown color: approx Teal. HEX triplet: 05, 72 and 8B. RGB value is (5,114,139). Sum of RGB (Red+Green+Blue) = 5+114+139=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #05728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05728B is #FA8D74. Grayscale: #545454. Windows color (decimal): -16420213 or 9138693. OLE color: 9138693.

HSL color Cylindrical-coordinate representation of color #05728B: hue angle of 191.19º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05728B is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5114139-
CMYK0.960.1800.45
HSL191.19º93.06%28.24%-
HSV(B)191.19º96.4%54.51%-
XYZ10.7413.9326.55-
YUV84.26158.8971.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.94%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 139 (54.69% from 255) = 53.88%
R=1.94%
G=44.19%
B=53.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51141390.960.1800.45191.1993.0628.24
Hex5728B601202Dbf5d1c
Octal51622131402205527713534
Binary101111001010001011110000010010010110110111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,114,139); }

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

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

 a { background-color: rgb(5,114,139); }

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

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

 span { border-color: rgb(5,114,139); }

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