#05728C

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

Shades of Teal #05728C

Tints of Teal #05728C

Color information

#05728C (or 0x05728C) is unknown color: approx Teal. HEX triplet: 05, 72 and 8C. RGB value is (5,114,140). Sum of RGB (Red+Green+Blue) = 5+114+140=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #05728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05728C is #FA8D73. Grayscale: #545454. Windows color (decimal): -16420212 or 9204229. OLE color: 9204229.

HSL color Cylindrical-coordinate representation of color #05728C: hue angle of 191.56º 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 #05728C is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5114140-
CMYK0.960.1900.45
HSL191.56º93.1%28.43%-
HSV(B)191.56º96.43%54.9%-
XYZ10.8113.9626.94-
YUV84.37159.3971.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=1.93%
G=44.02%
B=54.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51141400.960.1900.45191.5693.128.43
Hex5728C601302Dc05d1c
Octal51622141402305530013534
Binary101111001010001100110000010011010110111000000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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